├── .DS_Store ├── icon.png ├── screenshot.png ├── movetolibrary.gif ├── move-to-library.sketchplugin └── Contents │ ├── Resources │ ├── .DS_Store │ ├── UI │ │ ├── 45.gif │ │ ├── favicon.ico │ │ ├── static │ │ │ ├── media │ │ │ │ ├── roboto-latin-100.e9dbbe8a.woff │ │ │ │ ├── roboto-latin-300.a1471d1d.woff │ │ │ │ ├── roboto-latin-400.bafb105b.woff │ │ │ │ ├── roboto-latin-500.de8b7431.woff │ │ │ │ ├── roboto-latin-700.cf6613d1.woff │ │ │ │ ├── roboto-latin-900.8c2ade50.woff │ │ │ │ ├── roboto-latin-100.987b8457.woff2 │ │ │ │ ├── roboto-latin-300.55536c8e.woff2 │ │ │ │ ├── roboto-latin-400.5d4aeb4e.woff2 │ │ │ │ ├── roboto-latin-500.28546717.woff2 │ │ │ │ ├── roboto-latin-700.037d8304.woff2 │ │ │ │ ├── roboto-latin-900.19b7a0ad.woff2 │ │ │ │ ├── roboto-latin-100italic.6232f43d.woff2 │ │ │ │ ├── roboto-latin-100italic.d704bb3d.woff │ │ │ │ ├── roboto-latin-300italic.210a7c78.woff │ │ │ │ ├── roboto-latin-300italic.d69924b9.woff2 │ │ │ │ ├── roboto-latin-400italic.9680d5a0.woff │ │ │ │ ├── roboto-latin-400italic.d8bcbe72.woff2 │ │ │ │ ├── roboto-latin-500italic.510dec37.woff2 │ │ │ │ ├── roboto-latin-500italic.ffcc050b.woff │ │ │ │ ├── roboto-latin-700italic.010c1aee.woff2 │ │ │ │ ├── roboto-latin-700italic.846d1890.woff │ │ │ │ ├── roboto-latin-900italic.7b770d6c.woff2 │ │ │ │ └── roboto-latin-900italic.bc833e72.woff │ │ │ └── css │ │ │ │ ├── main.30ea015a.css │ │ │ │ └── main.30ea015a.css.map │ │ ├── manifest.json │ │ ├── index.html │ │ ├── asset-manifest.json │ │ └── service-worker.js │ ├── icon.png │ └── _webpack_resources │ │ ├── 45.gif │ │ ├── favicon.ico │ │ ├── static │ │ ├── media │ │ │ ├── roboto-latin-100.987b8457.woff2 │ │ │ ├── roboto-latin-100.e9dbbe8a.woff │ │ │ ├── roboto-latin-300.55536c8e.woff2 │ │ │ ├── roboto-latin-300.a1471d1d.woff │ │ │ ├── roboto-latin-400.5d4aeb4e.woff2 │ │ │ ├── roboto-latin-400.bafb105b.woff │ │ │ ├── roboto-latin-500.28546717.woff2 │ │ │ ├── roboto-latin-500.de8b7431.woff │ │ │ ├── roboto-latin-700.037d8304.woff2 │ │ │ ├── roboto-latin-700.cf6613d1.woff │ │ │ ├── roboto-latin-900.19b7a0ad.woff2 │ │ │ ├── roboto-latin-900.8c2ade50.woff │ │ │ ├── roboto-latin-100italic.6232f43d.woff2 │ │ │ ├── roboto-latin-100italic.d704bb3d.woff │ │ │ ├── roboto-latin-300italic.210a7c78.woff │ │ │ ├── roboto-latin-300italic.d69924b9.woff2 │ │ │ ├── roboto-latin-400italic.9680d5a0.woff │ │ │ ├── roboto-latin-400italic.d8bcbe72.woff2 │ │ │ ├── roboto-latin-500italic.510dec37.woff2 │ │ │ ├── roboto-latin-500italic.ffcc050b.woff │ │ │ ├── roboto-latin-700italic.010c1aee.woff2 │ │ │ ├── roboto-latin-700italic.846d1890.woff │ │ │ ├── roboto-latin-900italic.7b770d6c.woff2 │ │ │ └── roboto-latin-900italic.bc833e72.woff │ │ └── css │ │ │ ├── main.30ea015a.css │ │ │ └── main.30ea015a.css.map │ │ ├── manifest.json │ │ ├── 2ddcf62d39fb8e7dad5959fde9673b37.html │ │ ├── 93996d3df6bc59da4dd858c805e7ad34.html │ │ ├── asset-manifest.json │ │ └── service-worker.js │ └── Sketch │ └── manifest.json └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/.DS_Store -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/icon.png -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/screenshot.png -------------------------------------------------------------------------------- /movetolibrary.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/movetolibrary.gif -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/.DS_Store -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/45.gif -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/icon.png -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/favicon.ico -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/45.gif -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/favicon.ico -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-100.e9dbbe8a.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-100.e9dbbe8a.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-300.a1471d1d.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-300.a1471d1d.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-400.bafb105b.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-400.bafb105b.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-500.de8b7431.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-500.de8b7431.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-700.cf6613d1.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-700.cf6613d1.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-900.8c2ade50.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-900.8c2ade50.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-100.987b8457.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-100.987b8457.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-300.55536c8e.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-300.55536c8e.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-400.5d4aeb4e.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-400.5d4aeb4e.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-500.28546717.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-500.28546717.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-700.037d8304.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-700.037d8304.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-900.19b7a0ad.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-900.19b7a0ad.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-100italic.6232f43d.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-100italic.6232f43d.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-100italic.d704bb3d.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-100italic.d704bb3d.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-300italic.210a7c78.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-300italic.210a7c78.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-300italic.d69924b9.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-300italic.d69924b9.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-400italic.9680d5a0.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-400italic.9680d5a0.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-400italic.d8bcbe72.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-400italic.d8bcbe72.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-500italic.510dec37.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-500italic.510dec37.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-500italic.ffcc050b.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-500italic.ffcc050b.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-700italic.010c1aee.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-700italic.010c1aee.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-700italic.846d1890.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-700italic.846d1890.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-900italic.7b770d6c.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-900italic.7b770d6c.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-900italic.bc833e72.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/UI/static/media/roboto-latin-900italic.bc833e72.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-100.987b8457.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-100.987b8457.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-100.e9dbbe8a.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-100.e9dbbe8a.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-300.55536c8e.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-300.55536c8e.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-300.a1471d1d.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-300.a1471d1d.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-400.5d4aeb4e.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-400.5d4aeb4e.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-400.bafb105b.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-400.bafb105b.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-500.28546717.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-500.28546717.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-500.de8b7431.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-500.de8b7431.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-700.037d8304.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-700.037d8304.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-700.cf6613d1.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-700.cf6613d1.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-900.19b7a0ad.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-900.19b7a0ad.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-900.8c2ade50.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-900.8c2ade50.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-100italic.6232f43d.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-100italic.6232f43d.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-100italic.d704bb3d.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-100italic.d704bb3d.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-300italic.210a7c78.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-300italic.210a7c78.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-300italic.d69924b9.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-300italic.d69924b9.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-400italic.9680d5a0.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-400italic.9680d5a0.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-400italic.d8bcbe72.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-400italic.d8bcbe72.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-500italic.510dec37.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-500italic.510dec37.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-500italic.ffcc050b.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-500italic.ffcc050b.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-700italic.010c1aee.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-700italic.010c1aee.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-700italic.846d1890.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-700italic.846d1890.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-900italic.7b770d6c.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-900italic.7b770d6c.woff2 -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-900italic.bc833e72.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedmigo/Move-to-library-sketchplugin/HEAD/move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/media/roboto-latin-900italic.bc833e72.woff -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "short_name": "React App", 3 | "name": "Create React App Sample", 4 | "icons": [ 5 | { 6 | "src": "favicon.ico", 7 | "sizes": "64x64 32x32 24x24 16x16", 8 | "type": "image/x-icon" 9 | } 10 | ], 11 | "start_url": "./index.html", 12 | "display": "standalone", 13 | "theme_color": "#000000", 14 | "background_color": "#ffffff" 15 | } 16 | -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "short_name": "React App", 3 | "name": "Create React App Sample", 4 | "icons": [ 5 | { 6 | "src": "favicon.ico", 7 | "sizes": "64x64 32x32 24x24 16x16", 8 | "type": "image/x-icon" 9 | } 10 | ], 11 | "start_url": "./index.html", 12 | "display": "standalone", 13 | "theme_color": "#000000", 14 | "background_color": "#ffffff" 15 | } 16 | -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/2ddcf62d39fb8e7dad5959fde9673b37.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Move to library 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | 10 | 11 | 12 | Move to library 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/93996d3df6bc59da4dd858c805e7ad34.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | 10 | 11 | 12 | Move to library 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Sketch/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Move To Library 🔁", 3 | "identifier": "moveToLibrary.plugin", 4 | "compatibleVersion": 51, 5 | "description": "Move symbols from project files to library", 6 | "authorEmail": "ahmad.migo@gmail.com", 7 | "URL": "https://github.com/ahmedmigo/Move-to-library-sketchplugin", 8 | "author": "Ahmed Genaidy", 9 | "icon": "icon.png", 10 | "commands": [ 11 | { 12 | "script": "moveToLibrary.js", 13 | "handler": "moveAllSymbolsToExisitingLibrary", 14 | "shortcut": "cmd alt L", 15 | "name": "Move All Symbols To Library", 16 | "description": "Move All Symbols To Library", 17 | "identifier": "moveAll.library", 18 | "icon": "icon-sr.png" 19 | }, 20 | { 21 | "script": "moveToLibrary.js", 22 | "handler": "moveSelectedSymbolsToExisitingLibrary", 23 | "shortcut": "cmd alt k", 24 | "name": "Move Selected Symbols To Library", 25 | "description": "Select State from the Symbol states and apply it to instance", 26 | "identifier": "moveSelected.library", 27 | "icon": "icon-sr.png" 28 | }, 29 | { 30 | "script": "moveToLibrary.js", 31 | "handler": "moveSelectedInstancetToLocalDoc", 32 | "shortcut": "cmd alt l", 33 | "name": "Move Selected Library Symbols Intance To Local Document 🗒", 34 | "description": "Move Library symbol to local file", 35 | "identifier": "movetolocaldoc.library", 36 | "icon": "icon-sr.png" 37 | } 38 | ], 39 | "version": "2.2.9", 40 | "disableCocoaScriptPreprocessor": true, 41 | "appcast": "https://raw.githubusercontent.com//master/.appcast.xml" 42 | } -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/asset-manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "main.css": "static/css/main.30ea015a.css", 3 | "main.css.map": "static/css/main.30ea015a.css.map", 4 | "main.js": "static/js/main.48d21be6.js", 5 | "main.js.map": "static/js/main.48d21be6.js.map", 6 | "static/media/roboto-latin-100.woff": "static/media/roboto-latin-100.e9dbbe8a.woff", 7 | "static/media/roboto-latin-100.woff2": "static/media/roboto-latin-100.987b8457.woff2", 8 | "static/media/roboto-latin-100italic.woff": "static/media/roboto-latin-100italic.d704bb3d.woff", 9 | "static/media/roboto-latin-100italic.woff2": "static/media/roboto-latin-100italic.6232f43d.woff2", 10 | "static/media/roboto-latin-300.woff": "static/media/roboto-latin-300.a1471d1d.woff", 11 | "static/media/roboto-latin-300.woff2": "static/media/roboto-latin-300.55536c8e.woff2", 12 | "static/media/roboto-latin-300italic.woff": "static/media/roboto-latin-300italic.210a7c78.woff", 13 | "static/media/roboto-latin-300italic.woff2": "static/media/roboto-latin-300italic.d69924b9.woff2", 14 | "static/media/roboto-latin-400.woff": "static/media/roboto-latin-400.bafb105b.woff", 15 | "static/media/roboto-latin-400.woff2": "static/media/roboto-latin-400.5d4aeb4e.woff2", 16 | "static/media/roboto-latin-400italic.woff": "static/media/roboto-latin-400italic.9680d5a0.woff", 17 | "static/media/roboto-latin-400italic.woff2": "static/media/roboto-latin-400italic.d8bcbe72.woff2", 18 | "static/media/roboto-latin-500.woff": "static/media/roboto-latin-500.de8b7431.woff", 19 | "static/media/roboto-latin-500.woff2": "static/media/roboto-latin-500.28546717.woff2", 20 | "static/media/roboto-latin-500italic.woff": "static/media/roboto-latin-500italic.ffcc050b.woff", 21 | "static/media/roboto-latin-500italic.woff2": "static/media/roboto-latin-500italic.510dec37.woff2", 22 | "static/media/roboto-latin-700.woff": "static/media/roboto-latin-700.cf6613d1.woff", 23 | "static/media/roboto-latin-700.woff2": "static/media/roboto-latin-700.037d8304.woff2", 24 | "static/media/roboto-latin-700italic.woff": "static/media/roboto-latin-700italic.846d1890.woff", 25 | "static/media/roboto-latin-700italic.woff2": "static/media/roboto-latin-700italic.010c1aee.woff2", 26 | "static/media/roboto-latin-900.woff": "static/media/roboto-latin-900.8c2ade50.woff", 27 | "static/media/roboto-latin-900.woff2": "static/media/roboto-latin-900.19b7a0ad.woff2", 28 | "static/media/roboto-latin-900italic.woff": "static/media/roboto-latin-900italic.bc833e72.woff", 29 | "static/media/roboto-latin-900italic.woff2": "static/media/roboto-latin-900italic.7b770d6c.woff2" 30 | } -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/asset-manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "main.css": "static/css/main.30ea015a.css", 3 | "main.css.map": "static/css/main.30ea015a.css.map", 4 | "main.js": "static/js/main.48d21be6.js", 5 | "main.js.map": "static/js/main.48d21be6.js.map", 6 | "static/media/roboto-latin-100.woff": "static/media/roboto-latin-100.e9dbbe8a.woff", 7 | "static/media/roboto-latin-100.woff2": "static/media/roboto-latin-100.987b8457.woff2", 8 | "static/media/roboto-latin-100italic.woff": "static/media/roboto-latin-100italic.d704bb3d.woff", 9 | "static/media/roboto-latin-100italic.woff2": "static/media/roboto-latin-100italic.6232f43d.woff2", 10 | "static/media/roboto-latin-300.woff": "static/media/roboto-latin-300.a1471d1d.woff", 11 | "static/media/roboto-latin-300.woff2": "static/media/roboto-latin-300.55536c8e.woff2", 12 | "static/media/roboto-latin-300italic.woff": "static/media/roboto-latin-300italic.210a7c78.woff", 13 | "static/media/roboto-latin-300italic.woff2": "static/media/roboto-latin-300italic.d69924b9.woff2", 14 | "static/media/roboto-latin-400.woff": "static/media/roboto-latin-400.bafb105b.woff", 15 | "static/media/roboto-latin-400.woff2": "static/media/roboto-latin-400.5d4aeb4e.woff2", 16 | "static/media/roboto-latin-400italic.woff": "static/media/roboto-latin-400italic.9680d5a0.woff", 17 | "static/media/roboto-latin-400italic.woff2": "static/media/roboto-latin-400italic.d8bcbe72.woff2", 18 | "static/media/roboto-latin-500.woff": "static/media/roboto-latin-500.de8b7431.woff", 19 | "static/media/roboto-latin-500.woff2": "static/media/roboto-latin-500.28546717.woff2", 20 | "static/media/roboto-latin-500italic.woff": "static/media/roboto-latin-500italic.ffcc050b.woff", 21 | "static/media/roboto-latin-500italic.woff2": "static/media/roboto-latin-500italic.510dec37.woff2", 22 | "static/media/roboto-latin-700.woff": "static/media/roboto-latin-700.cf6613d1.woff", 23 | "static/media/roboto-latin-700.woff2": "static/media/roboto-latin-700.037d8304.woff2", 24 | "static/media/roboto-latin-700italic.woff": "static/media/roboto-latin-700italic.846d1890.woff", 25 | "static/media/roboto-latin-700italic.woff2": "static/media/roboto-latin-700italic.010c1aee.woff2", 26 | "static/media/roboto-latin-900.woff": "static/media/roboto-latin-900.8c2ade50.woff", 27 | "static/media/roboto-latin-900.woff2": "static/media/roboto-latin-900.19b7a0ad.woff2", 28 | "static/media/roboto-latin-900italic.woff": "static/media/roboto-latin-900italic.bc833e72.woff", 29 | "static/media/roboto-latin-900italic.woff2": "static/media/roboto-latin-900italic.7b770d6c.woff2" 30 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Move to library Sketch Plugin 2 |

3 | 4 | You can now move symbol from your project to any library 🔁 and re-attach all the symbol instances to this library. also it keep the overrides without any problems and it work with abstract that have libraries not in your local machine. 5 |

6 | 7 |

8 | You can now move symbol from your project to any library 🔁 and re-attach all the symbol instances to this library. also it keep the overrides without any problems and it work with abstract that have libraries not in your local machine. 9 |

10 | 11 |

How it works

12 |

13 | ✅ Select one or multiple symbols or symbol instance.
14 |
15 | 🔁 Select from the plugin menu 💎 "Move All Symbols To Library" or "Move Selected Symbols To Library" .
16 |
17 | Choose your library and click select ✅
18 |
19 | Volaaaa 🎉 you have the symbols re-attached 😎 20 |
21 |
22 | 23 | Important 1 ⚠️ ⭕️: Organize your library symbol names and your symbols names in your project, make the same components with the same name, Remove ❌ any duplicate names, otherwise you will suffer from wrong replacement of symbols 24 | Important 2 ⚠️ ⚠️ ⚠️: If you have too many symbols the plugin will take some time 🕗 so please wait until it finish 25 | 26 | for More Information Read my article on Medium: 27 | https://medium.com/@ser_migo/how-to-split-you-sketch-file-into-library-274ec9c1f4f0 28 | 29 |
30 | if you saved your time shout me some coffee to be awake for improvements ☕️ 31 |
32 | 33 | 34 |
35 |
36 | Download the plugin⬇️
https://github.com/ahmedmigo/Move-to-library-sketchplugin/archive/master.zip 37 |
38 | don't forget to follow me on twitter @ser_migo 🐦 39 |

40 | 41 | 42 | 43 | Available on 44 | 45 |
46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/service-worker.js: -------------------------------------------------------------------------------- 1 | "use strict";var precacheConfig=[["/index.html","a028379ac5869e353012a39fa317ac1d"],["/static/css/main.30ea015a.css","2faa29e101d9e8ad229e15333223b163"],["/static/js/main.48d21be6.js","8aedfa0de855e44ae4dad6493778c85f"],["/static/media/roboto-latin-100.987b8457.woff2","987b84570ea69ee660455b8d5e91f5f1"],["/static/media/roboto-latin-100.e9dbbe8a.woff","e9dbbe8a693dd275c16d32feb101f1c1"],["/static/media/roboto-latin-100italic.6232f43d.woff2","6232f43d15b0e7a0bf0fe82e295bdd06"],["/static/media/roboto-latin-100italic.d704bb3d.woff","d704bb3d579b7d5e40880c75705c8a71"],["/static/media/roboto-latin-300.55536c8e.woff2","55536c8e9e9a532651e3cf374f290ea3"],["/static/media/roboto-latin-300.a1471d1d.woff","a1471d1d6431c893582a5f6a250db3f9"],["/static/media/roboto-latin-300italic.210a7c78.woff","210a7c781f5a354a0e4985656ab456d9"],["/static/media/roboto-latin-300italic.d69924b9.woff2","d69924b98acd849cdeba9fbff3f88ea6"],["/static/media/roboto-latin-400.5d4aeb4e.woff2","5d4aeb4e5f5ef754e307d7ffaef688bd"],["/static/media/roboto-latin-400.bafb105b.woff","bafb105baeb22d965c70fe52ba6b49d9"],["/static/media/roboto-latin-400italic.9680d5a0.woff","9680d5a0c32d2fd084e07bbc4c8b2923"],["/static/media/roboto-latin-400italic.d8bcbe72.woff2","d8bcbe724fd6f4ba44d0ee6a2675890f"],["/static/media/roboto-latin-500.28546717.woff2","285467176f7fe6bb6a9c6873b3dad2cc"],["/static/media/roboto-latin-500.de8b7431.woff","de8b7431b74642e830af4d4f4b513ec9"],["/static/media/roboto-latin-500italic.510dec37.woff2","510dec37fa69fba39593e01a469ee018"],["/static/media/roboto-latin-500italic.ffcc050b.woff","ffcc050b2d92d4b14a4fcb527ee0bcc8"],["/static/media/roboto-latin-700.037d8304.woff2","037d830416495def72b7881024c14b7b"],["/static/media/roboto-latin-700.cf6613d1.woff","cf6613d1adf490972c557a8e318e0868"],["/static/media/roboto-latin-700italic.010c1aee.woff2","010c1aeee3c6d1cbb1d5761d80353823"],["/static/media/roboto-latin-700italic.846d1890.woff","846d1890aee87fde5d8ced8eba360c3a"],["/static/media/roboto-latin-900.19b7a0ad.woff2","19b7a0adfdd4f808b53af7e2ce2ad4e5"],["/static/media/roboto-latin-900.8c2ade50.woff","8c2ade503b34e31430d6c98aa29a52a3"],["/static/media/roboto-latin-900italic.7b770d6c.woff2","7b770d6c53423deb1a8e49d3c9175184"],["/static/media/roboto-latin-900italic.bc833e72.woff","bc833e725c137257c2c42a789845d82f"]],cacheName="sw-precache-v3-sw-precache-webpack-plugin-"+(self.registration?self.registration.scope:""),ignoreUrlParametersMatching=[/^utm_/],addDirectoryIndex=function(e,t){var a=new URL(e);return"/"===a.pathname.slice(-1)&&(a.pathname+=t),a.toString()},cleanResponse=function(t){return t.redirected?("body"in t?Promise.resolve(t.body):t.blob()).then(function(e){return new Response(e,{headers:t.headers,status:t.status,statusText:t.statusText})}):Promise.resolve(t)},createCacheKey=function(e,t,a,n){var i=new URL(e);return n&&i.pathname.match(n)||(i.search+=(i.search?"&":"")+encodeURIComponent(t)+"="+encodeURIComponent(a)),i.toString()},isPathWhitelisted=function(e,t){if(0===e.length)return!0;var a=new URL(t).pathname;return e.some(function(e){return a.match(e)})},stripIgnoredUrlParameters=function(e,a){var t=new URL(e);return t.hash="",t.search=t.search.slice(1).split("&").map(function(e){return e.split("=")}).filter(function(t){return a.every(function(e){return!e.test(t[0])})}).map(function(e){return e.join("=")}).join("&"),t.toString()},hashParamName="_sw-precache",urlsToCacheKeys=new Map(precacheConfig.map(function(e){var t=e[0],a=e[1],n=new URL(t,self.location),i=createCacheKey(n,hashParamName,a,/\.\w{8}\./);return[n.toString(),i]}));function setOfCachedUrls(e){return e.keys().then(function(e){return e.map(function(e){return e.url})}).then(function(e){return new Set(e)})}self.addEventListener("install",function(e){e.waitUntil(caches.open(cacheName).then(function(n){return setOfCachedUrls(n).then(function(a){return Promise.all(Array.from(urlsToCacheKeys.values()).map(function(t){if(!a.has(t)){var e=new Request(t,{credentials:"same-origin"});return fetch(e).then(function(e){if(!e.ok)throw new Error("Request for "+t+" returned a response with status "+e.status);return cleanResponse(e).then(function(e){return n.put(t,e)})})}}))})}).then(function(){return self.skipWaiting()}))}),self.addEventListener("activate",function(e){var a=new Set(urlsToCacheKeys.values());e.waitUntil(caches.open(cacheName).then(function(t){return t.keys().then(function(e){return Promise.all(e.map(function(e){if(!a.has(e.url))return t.delete(e)}))})}).then(function(){return self.clients.claim()}))}),self.addEventListener("fetch",function(t){if("GET"===t.request.method){var e,a=stripIgnoredUrlParameters(t.request.url,ignoreUrlParametersMatching),n="index.html";(e=urlsToCacheKeys.has(a))||(a=addDirectoryIndex(a,n),e=urlsToCacheKeys.has(a));var i="/index.html";!e&&"navigate"===t.request.mode&&isPathWhitelisted(["^(?!\\/__).*"],t.request.url)&&(a=new URL(i,self.location).toString(),e=urlsToCacheKeys.has(a)),e&&t.respondWith(caches.open(cacheName).then(function(e){return e.match(urlsToCacheKeys.get(a)).then(function(e){if(e)return e;throw Error("The cached response that was expected is missing.")})}).catch(function(e){return console.warn('Couldn\'t serve response for "%s" from cache: %O',t.request.url,e),fetch(t.request)}))}}); -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/service-worker.js: -------------------------------------------------------------------------------- 1 | "use strict";var precacheConfig=[["/index.html","a028379ac5869e353012a39fa317ac1d"],["/static/css/main.30ea015a.css","2faa29e101d9e8ad229e15333223b163"],["/static/js/main.48d21be6.js","8aedfa0de855e44ae4dad6493778c85f"],["/static/media/roboto-latin-100.987b8457.woff2","987b84570ea69ee660455b8d5e91f5f1"],["/static/media/roboto-latin-100.e9dbbe8a.woff","e9dbbe8a693dd275c16d32feb101f1c1"],["/static/media/roboto-latin-100italic.6232f43d.woff2","6232f43d15b0e7a0bf0fe82e295bdd06"],["/static/media/roboto-latin-100italic.d704bb3d.woff","d704bb3d579b7d5e40880c75705c8a71"],["/static/media/roboto-latin-300.55536c8e.woff2","55536c8e9e9a532651e3cf374f290ea3"],["/static/media/roboto-latin-300.a1471d1d.woff","a1471d1d6431c893582a5f6a250db3f9"],["/static/media/roboto-latin-300italic.210a7c78.woff","210a7c781f5a354a0e4985656ab456d9"],["/static/media/roboto-latin-300italic.d69924b9.woff2","d69924b98acd849cdeba9fbff3f88ea6"],["/static/media/roboto-latin-400.5d4aeb4e.woff2","5d4aeb4e5f5ef754e307d7ffaef688bd"],["/static/media/roboto-latin-400.bafb105b.woff","bafb105baeb22d965c70fe52ba6b49d9"],["/static/media/roboto-latin-400italic.9680d5a0.woff","9680d5a0c32d2fd084e07bbc4c8b2923"],["/static/media/roboto-latin-400italic.d8bcbe72.woff2","d8bcbe724fd6f4ba44d0ee6a2675890f"],["/static/media/roboto-latin-500.28546717.woff2","285467176f7fe6bb6a9c6873b3dad2cc"],["/static/media/roboto-latin-500.de8b7431.woff","de8b7431b74642e830af4d4f4b513ec9"],["/static/media/roboto-latin-500italic.510dec37.woff2","510dec37fa69fba39593e01a469ee018"],["/static/media/roboto-latin-500italic.ffcc050b.woff","ffcc050b2d92d4b14a4fcb527ee0bcc8"],["/static/media/roboto-latin-700.037d8304.woff2","037d830416495def72b7881024c14b7b"],["/static/media/roboto-latin-700.cf6613d1.woff","cf6613d1adf490972c557a8e318e0868"],["/static/media/roboto-latin-700italic.010c1aee.woff2","010c1aeee3c6d1cbb1d5761d80353823"],["/static/media/roboto-latin-700italic.846d1890.woff","846d1890aee87fde5d8ced8eba360c3a"],["/static/media/roboto-latin-900.19b7a0ad.woff2","19b7a0adfdd4f808b53af7e2ce2ad4e5"],["/static/media/roboto-latin-900.8c2ade50.woff","8c2ade503b34e31430d6c98aa29a52a3"],["/static/media/roboto-latin-900italic.7b770d6c.woff2","7b770d6c53423deb1a8e49d3c9175184"],["/static/media/roboto-latin-900italic.bc833e72.woff","bc833e725c137257c2c42a789845d82f"]],cacheName="sw-precache-v3-sw-precache-webpack-plugin-"+(self.registration?self.registration.scope:""),ignoreUrlParametersMatching=[/^utm_/],addDirectoryIndex=function(e,t){var a=new URL(e);return"/"===a.pathname.slice(-1)&&(a.pathname+=t),a.toString()},cleanResponse=function(t){return t.redirected?("body"in t?Promise.resolve(t.body):t.blob()).then(function(e){return new Response(e,{headers:t.headers,status:t.status,statusText:t.statusText})}):Promise.resolve(t)},createCacheKey=function(e,t,a,n){var i=new URL(e);return n&&i.pathname.match(n)||(i.search+=(i.search?"&":"")+encodeURIComponent(t)+"="+encodeURIComponent(a)),i.toString()},isPathWhitelisted=function(e,t){if(0===e.length)return!0;var a=new URL(t).pathname;return e.some(function(e){return a.match(e)})},stripIgnoredUrlParameters=function(e,a){var t=new URL(e);return t.hash="",t.search=t.search.slice(1).split("&").map(function(e){return e.split("=")}).filter(function(t){return a.every(function(e){return!e.test(t[0])})}).map(function(e){return e.join("=")}).join("&"),t.toString()},hashParamName="_sw-precache",urlsToCacheKeys=new Map(precacheConfig.map(function(e){var t=e[0],a=e[1],n=new URL(t,self.location),i=createCacheKey(n,hashParamName,a,/\.\w{8}\./);return[n.toString(),i]}));function setOfCachedUrls(e){return e.keys().then(function(e){return e.map(function(e){return e.url})}).then(function(e){return new Set(e)})}self.addEventListener("install",function(e){e.waitUntil(caches.open(cacheName).then(function(n){return setOfCachedUrls(n).then(function(a){return Promise.all(Array.from(urlsToCacheKeys.values()).map(function(t){if(!a.has(t)){var e=new Request(t,{credentials:"same-origin"});return fetch(e).then(function(e){if(!e.ok)throw new Error("Request for "+t+" returned a response with status "+e.status);return cleanResponse(e).then(function(e){return n.put(t,e)})})}}))})}).then(function(){return self.skipWaiting()}))}),self.addEventListener("activate",function(e){var a=new Set(urlsToCacheKeys.values());e.waitUntil(caches.open(cacheName).then(function(t){return t.keys().then(function(e){return Promise.all(e.map(function(e){if(!a.has(e.url))return t.delete(e)}))})}).then(function(){return self.clients.claim()}))}),self.addEventListener("fetch",function(t){if("GET"===t.request.method){var e,a=stripIgnoredUrlParameters(t.request.url,ignoreUrlParametersMatching),n="index.html";(e=urlsToCacheKeys.has(a))||(a=addDirectoryIndex(a,n),e=urlsToCacheKeys.has(a));var i="/index.html";!e&&"navigate"===t.request.mode&&isPathWhitelisted(["^(?!\\/__).*"],t.request.url)&&(a=new URL(i,self.location).toString(),e=urlsToCacheKeys.has(a)),e&&t.respondWith(caches.open(cacheName).then(function(e){return e.match(urlsToCacheKeys.get(a)).then(function(e){if(e)return e;throw Error("The cached response that was expected is missing.")})}).catch(function(e){return console.warn('Couldn\'t serve response for "%s" from cache: %O',t.request.url,e),fetch(t.request)}))}}); -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/css/main.30ea015a.css: -------------------------------------------------------------------------------- 1 | body{margin:0;padding:0;font-family:sans-serif}.App{text-align:center}.App-logo{-webkit-animation:App-logo-spin infinite 20s linear;animation:App-logo-spin infinite 20s linear;height:80px}.App-header{background-color:#222;height:150px;padding:20px;color:#fff}.App-title{font-size:1.5em}.App-intro{font-size:large}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes scaleAnimation{0%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleAnimation{0%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes drawCircle{0%{stroke-dashoffset:151px}to{stroke-dashoffset:0}}@keyframes drawCircle{0%{stroke-dashoffset:151px}to{stroke-dashoffset:0}}@-webkit-keyframes drawCheck{0%{stroke-dashoffset:36px}to{stroke-dashoffset:0}}@keyframes drawCheck{0%{stroke-dashoffset:36px}to{stroke-dashoffset:0}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#successAnimationCircle{stroke-dasharray:151px 151px;stroke:#fff}#successAnimationCheck{stroke-dasharray:36px 36px;stroke:#fff}#successAnimationResult{fill:#fff;opacity:0}#successAnimation.animated{margin:auto;height:100px;width:100px;-webkit-animation:1s ease-out 0s 1 both scaleAnimation;animation:1s ease-out 0s 1 both scaleAnimation}#successAnimation.animated #successAnimationCircle{-webkit-animation:1s cubic-bezier(.77,0,.175,1) 0s 1 both drawCircle,.3s linear .9s 1 both fadeOut;animation:1s cubic-bezier(.77,0,.175,1) 0s 1 both drawCircle,.3s linear .9s 1 both fadeOut}#successAnimation.animated #successAnimationCheck{-webkit-animation:1s cubic-bezier(.77,0,.175,1) 0s 1 both drawCheck,.3s linear .9s 1 both fadeOut;animation:1s cubic-bezier(.77,0,.175,1) 0s 1 both drawCheck,.3s linear .9s 1 both fadeOut}#successAnimation.animated #successAnimationResult{-webkit-animation:.3s linear .9s both fadeIn;animation:.3s linear .9s both fadeIn}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:100;src:local("Roboto Thin "),local("Roboto-Thin"),url(/static/media/roboto-latin-100.987b8457.woff2) format("woff2"),url(/static/media/roboto-latin-100.e9dbbe8a.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:100;src:local("Roboto Thin italic"),local("Roboto-Thinitalic"),url(/static/media/roboto-latin-100italic.6232f43d.woff2) format("woff2"),url(/static/media/roboto-latin-100italic.d704bb3d.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:local("Roboto Light "),local("Roboto-Light"),url(/static/media/roboto-latin-300.55536c8e.woff2) format("woff2"),url(/static/media/roboto-latin-300.a1471d1d.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:300;src:local("Roboto Light italic"),local("Roboto-Lightitalic"),url(/static/media/roboto-latin-300italic.d69924b9.woff2) format("woff2"),url(/static/media/roboto-latin-300italic.210a7c78.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:local("Roboto Regular "),local("Roboto-Regular"),url(/static/media/roboto-latin-400.5d4aeb4e.woff2) format("woff2"),url(/static/media/roboto-latin-400.bafb105b.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:400;src:local("Roboto Regular italic"),local("Roboto-Regularitalic"),url(/static/media/roboto-latin-400italic.d8bcbe72.woff2) format("woff2"),url(/static/media/roboto-latin-400italic.9680d5a0.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:local("Roboto Medium "),local("Roboto-Medium"),url(/static/media/roboto-latin-500.28546717.woff2) format("woff2"),url(/static/media/roboto-latin-500.de8b7431.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:500;src:local("Roboto Medium italic"),local("Roboto-Mediumitalic"),url(/static/media/roboto-latin-500italic.510dec37.woff2) format("woff2"),url(/static/media/roboto-latin-500italic.ffcc050b.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:local("Roboto Bold "),local("Roboto-Bold"),url(/static/media/roboto-latin-700.037d8304.woff2) format("woff2"),url(/static/media/roboto-latin-700.cf6613d1.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:700;src:local("Roboto Bold italic"),local("Roboto-Bolditalic"),url(/static/media/roboto-latin-700italic.010c1aee.woff2) format("woff2"),url(/static/media/roboto-latin-700italic.846d1890.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:900;src:local("Roboto Black "),local("Roboto-Black"),url(/static/media/roboto-latin-900.19b7a0ad.woff2) format("woff2"),url(/static/media/roboto-latin-900.8c2ade50.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:900;src:local("Roboto Black italic"),local("Roboto-Blackitalic"),url(/static/media/roboto-latin-900italic.7b770d6c.woff2) format("woff2"),url(/static/media/roboto-latin-900italic.bc833e72.woff) format("woff")} 2 | /*# sourceMappingURL=main.30ea015a.css.map*/ -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/css/main.30ea015a.css: -------------------------------------------------------------------------------- 1 | body{margin:0;padding:0;font-family:sans-serif}.App{text-align:center}.App-logo{-webkit-animation:App-logo-spin infinite 20s linear;animation:App-logo-spin infinite 20s linear;height:80px}.App-header{background-color:#222;height:150px;padding:20px;color:#fff}.App-title{font-size:1.5em}.App-intro{font-size:large}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes scaleAnimation{0%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleAnimation{0%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes drawCircle{0%{stroke-dashoffset:151px}to{stroke-dashoffset:0}}@keyframes drawCircle{0%{stroke-dashoffset:151px}to{stroke-dashoffset:0}}@-webkit-keyframes drawCheck{0%{stroke-dashoffset:36px}to{stroke-dashoffset:0}}@keyframes drawCheck{0%{stroke-dashoffset:36px}to{stroke-dashoffset:0}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#successAnimationCircle{stroke-dasharray:151px 151px;stroke:#fff}#successAnimationCheck{stroke-dasharray:36px 36px;stroke:#fff}#successAnimationResult{fill:#fff;opacity:0}#successAnimation.animated{margin:auto;height:100px;width:100px;-webkit-animation:1s ease-out 0s 1 both scaleAnimation;animation:1s ease-out 0s 1 both scaleAnimation}#successAnimation.animated #successAnimationCircle{-webkit-animation:1s cubic-bezier(.77,0,.175,1) 0s 1 both drawCircle,.3s linear .9s 1 both fadeOut;animation:1s cubic-bezier(.77,0,.175,1) 0s 1 both drawCircle,.3s linear .9s 1 both fadeOut}#successAnimation.animated #successAnimationCheck{-webkit-animation:1s cubic-bezier(.77,0,.175,1) 0s 1 both drawCheck,.3s linear .9s 1 both fadeOut;animation:1s cubic-bezier(.77,0,.175,1) 0s 1 both drawCheck,.3s linear .9s 1 both fadeOut}#successAnimation.animated #successAnimationResult{-webkit-animation:.3s linear .9s both fadeIn;animation:.3s linear .9s both fadeIn}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:100;src:local("Roboto Thin "),local("Roboto-Thin"),url(/static/media/roboto-latin-100.987b8457.woff2) format("woff2"),url(/static/media/roboto-latin-100.e9dbbe8a.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:100;src:local("Roboto Thin italic"),local("Roboto-Thinitalic"),url(/static/media/roboto-latin-100italic.6232f43d.woff2) format("woff2"),url(/static/media/roboto-latin-100italic.d704bb3d.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:local("Roboto Light "),local("Roboto-Light"),url(/static/media/roboto-latin-300.55536c8e.woff2) format("woff2"),url(/static/media/roboto-latin-300.a1471d1d.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:300;src:local("Roboto Light italic"),local("Roboto-Lightitalic"),url(/static/media/roboto-latin-300italic.d69924b9.woff2) format("woff2"),url(/static/media/roboto-latin-300italic.210a7c78.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:local("Roboto Regular "),local("Roboto-Regular"),url(/static/media/roboto-latin-400.5d4aeb4e.woff2) format("woff2"),url(/static/media/roboto-latin-400.bafb105b.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:400;src:local("Roboto Regular italic"),local("Roboto-Regularitalic"),url(/static/media/roboto-latin-400italic.d8bcbe72.woff2) format("woff2"),url(/static/media/roboto-latin-400italic.9680d5a0.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:local("Roboto Medium "),local("Roboto-Medium"),url(/static/media/roboto-latin-500.28546717.woff2) format("woff2"),url(/static/media/roboto-latin-500.de8b7431.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:500;src:local("Roboto Medium italic"),local("Roboto-Mediumitalic"),url(/static/media/roboto-latin-500italic.510dec37.woff2) format("woff2"),url(/static/media/roboto-latin-500italic.ffcc050b.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:local("Roboto Bold "),local("Roboto-Bold"),url(/static/media/roboto-latin-700.037d8304.woff2) format("woff2"),url(/static/media/roboto-latin-700.cf6613d1.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:700;src:local("Roboto Bold italic"),local("Roboto-Bolditalic"),url(/static/media/roboto-latin-700italic.010c1aee.woff2) format("woff2"),url(/static/media/roboto-latin-700italic.846d1890.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:900;src:local("Roboto Black "),local("Roboto-Black"),url(/static/media/roboto-latin-900.19b7a0ad.woff2) format("woff2"),url(/static/media/roboto-latin-900.8c2ade50.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-display:swap;font-weight:900;src:local("Roboto Black italic"),local("Roboto-Blackitalic"),url(/static/media/roboto-latin-900italic.7b770d6c.woff2) format("woff2"),url(/static/media/roboto-latin-900italic.bc833e72.woff) format("woff")} 2 | /*# sourceMappingURL=main.30ea015a.css.map*/ -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/UI/static/css/main.30ea015a.css.map: -------------------------------------------------------------------------------- 1 | {"version":3,"sources":["index.css","App.css","../node_modules/typeface-roboto/index.css"],"names":[],"mappings":"AAAA,KACE,SACA,UACA,sBAAwB,CCH1B,KACE,iBAAmB,CAGrB,UACE,oDACQ,4CACR,WAAa,CAGf,YACE,sBACA,aACA,aACA,UAAa,CAGf,WACE,eAAiB,CAGnB,WACE,eAAiB,CAGnB,iCACE,GACE,+BACQ,sBAAwB,CAElC,GACE,gCACQ,uBAA0B,CACnC,CAGH,yBACE,GACE,+BACQ,sBAAwB,CAElC,GACE,gCACQ,uBAA0B,CACnC,CAGH,kCACE,GACE,UACA,6BACA,oBAAsB,CAExB,GACE,UACA,2BACA,kBAAoB,CACrB,CAGH,0BACE,GACE,UACA,6BACA,oBAAsB,CAExB,GACE,UACA,2BACA,kBAAoB,CACrB,CAEH,8BACE,GACE,uBAAyB,CAE3B,GACE,mBAAqB,CACtB,CAEH,sBACE,GACE,uBAAyB,CAE3B,GACE,mBAAqB,CACtB,CAEH,6BACE,GACE,sBAAwB,CAE1B,GACE,mBAAqB,CACtB,CAEH,qBACE,GACE,sBAAwB,CAE1B,GACE,mBAAqB,CACtB,CAEH,2BACE,GACE,SAAW,CAEb,GACE,SAAW,CACZ,CAEH,mBACE,GACE,SAAW,CAEb,GACE,SAAW,CACZ,CAEH,0BACE,GACE,SAAW,CAEb,GACE,SAAW,CACZ,CAEH,kBACE,GACE,SAAW,CAEb,GACE,SAAW,CACZ,CAEH,wBACE,6BACA,WAAa,CAGf,uBACE,2BACA,WAAa,CAGf,wBACE,UACA,SAAW,CAGb,2BACE,YACA,aACA,YACA,uDACA,8CAAgD,CAElD,mDACE,mGAEA,0FACkC,CAEpC,kDACE,kGAEA,yFACkC,CAEpC,mDACE,6CACA,oCAAwC,CC3K1C,WACE,mBACA,kBACA,kBACA,gBACA,yIAIsD,CAIxD,WACE,mBACA,kBACA,kBACA,gBACA,qJAI4D,CAI9D,WACE,mBACA,kBACA,kBACA,gBACA,2IAIsD,CAIxD,WACE,mBACA,kBACA,kBACA,gBACA,uJAI4D,CAI9D,WACE,mBACA,kBACA,kBACA,gBACA,+IAIsD,CAIxD,WACE,mBACA,kBACA,kBACA,gBACA,6JAI4D,CAI9D,WACE,mBACA,kBACA,kBACA,gBACA,+IAIsD,CAIxD,WACE,mBACA,kBACA,kBACA,gBACA,2JAI4D,CAI9D,WACE,mBACA,kBACA,kBACA,gBACA,2IAIsD,CAIxD,WACE,mBACA,kBACA,kBACA,gBACA,uJAI4D,CAI9D,WACE,mBACA,kBACA,kBACA,gBACA,6IAIsD,CAIxD,WACE,mBACA,kBACA,kBACA,gBACA,yJAI4D,CAC7D","file":"static/css/main.30ea015a.css","sourcesContent":["body {\n margin: 0;\n padding: 0;\n font-family: sans-serif;\n}\n\n\n\n// WEBPACK FOOTER //\n// ./src/index.css",".App {\n text-align: center;\n}\n\n.App-logo {\n -webkit-animation: App-logo-spin infinite 20s linear;\n animation: App-logo-spin infinite 20s linear;\n height: 80px;\n}\n\n.App-header {\n background-color: #222;\n height: 150px;\n padding: 20px;\n color: white;\n}\n\n.App-title {\n font-size: 1.5em;\n}\n\n.App-intro {\n font-size: large;\n}\n\n@-webkit-keyframes App-logo-spin {\n from {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes App-logo-spin {\n from {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@-webkit-keyframes scaleAnimation {\n 0% {\n opacity: 0;\n -webkit-transform: scale(1.5);\n transform: scale(1.5);\n }\n 100% {\n opacity: 1;\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n\n@keyframes scaleAnimation {\n 0% {\n opacity: 0;\n -webkit-transform: scale(1.5);\n transform: scale(1.5);\n }\n 100% {\n opacity: 1;\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n@-webkit-keyframes drawCircle {\n 0% {\n stroke-dashoffset: 151px;\n }\n 100% {\n stroke-dashoffset: 0;\n }\n}\n@keyframes drawCircle {\n 0% {\n stroke-dashoffset: 151px;\n }\n 100% {\n stroke-dashoffset: 0;\n }\n}\n@-webkit-keyframes drawCheck {\n 0% {\n stroke-dashoffset: 36px;\n }\n 100% {\n stroke-dashoffset: 0;\n }\n}\n@keyframes drawCheck {\n 0% {\n stroke-dashoffset: 36px;\n }\n 100% {\n stroke-dashoffset: 0;\n }\n}\n@-webkit-keyframes fadeOut {\n 0% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n }\n}\n@keyframes fadeOut {\n 0% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n }\n}\n@-webkit-keyframes fadeIn {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n@keyframes fadeIn {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n#successAnimationCircle {\n stroke-dasharray: 151px 151px;\n stroke: #fff;\n}\n\n#successAnimationCheck {\n stroke-dasharray: 36px 36px;\n stroke: #fff;\n}\n\n#successAnimationResult {\n fill: #fff;\n opacity: 0;\n}\n\n#successAnimation.animated {\n margin: auto;\n height: 100px;\n width: 100px;\n -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;\n animation: 1s ease-out 0s 1 both scaleAnimation;\n}\n#successAnimation.animated #successAnimationCircle {\n -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,\n 0.3s linear 0.9s 1 both fadeOut;\n animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,\n 0.3s linear 0.9s 1 both fadeOut;\n}\n#successAnimation.animated #successAnimationCheck {\n -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,\n 0.3s linear 0.9s 1 both fadeOut;\n animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,\n 0.3s linear 0.9s 1 both fadeOut;\n}\n#successAnimation.animated #successAnimationResult {\n -webkit-animation: 0.3s linear 0.9s both fadeIn;\n animation: 0.3s linear 0.9s both fadeIn;\n}\n\n\n\n// WEBPACK FOOTER //\n// ./src/App.css","/* roboto-100normal - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: normal;\n font-display: swap;\n font-weight: 100;\n src:\n local('Roboto Thin '),\n local('Roboto-Thin'),\n url('./files/roboto-latin-100.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-100.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-100italic - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: italic;\n font-display: swap;\n font-weight: 100;\n src:\n local('Roboto Thin italic'),\n local('Roboto-Thinitalic'),\n url('./files/roboto-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-100italic.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-300normal - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: normal;\n font-display: swap;\n font-weight: 300;\n src:\n local('Roboto Light '),\n local('Roboto-Light'),\n url('./files/roboto-latin-300.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-300.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-300italic - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: italic;\n font-display: swap;\n font-weight: 300;\n src:\n local('Roboto Light italic'),\n local('Roboto-Lightitalic'),\n url('./files/roboto-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-300italic.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-400normal - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src:\n local('Roboto Regular '),\n local('Roboto-Regular'),\n url('./files/roboto-latin-400.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-400.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-400italic - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: italic;\n font-display: swap;\n font-weight: 400;\n src:\n local('Roboto Regular italic'),\n local('Roboto-Regularitalic'),\n url('./files/roboto-latin-400italic.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-400italic.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-500normal - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: normal;\n font-display: swap;\n font-weight: 500;\n src:\n local('Roboto Medium '),\n local('Roboto-Medium'),\n url('./files/roboto-latin-500.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-500.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-500italic - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: italic;\n font-display: swap;\n font-weight: 500;\n src:\n local('Roboto Medium italic'),\n local('Roboto-Mediumitalic'),\n url('./files/roboto-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-500italic.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-700normal - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: normal;\n font-display: swap;\n font-weight: 700;\n src:\n local('Roboto Bold '),\n local('Roboto-Bold'),\n url('./files/roboto-latin-700.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-700.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-700italic - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: italic;\n font-display: swap;\n font-weight: 700;\n src:\n local('Roboto Bold italic'),\n local('Roboto-Bolditalic'),\n url('./files/roboto-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-700italic.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-900normal - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: normal;\n font-display: swap;\n font-weight: 900;\n src:\n local('Roboto Black '),\n local('Roboto-Black'),\n url('./files/roboto-latin-900.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-900.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-900italic - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: italic;\n font-display: swap;\n font-weight: 900;\n src:\n local('Roboto Black italic'),\n local('Roboto-Blackitalic'),\n url('./files/roboto-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-900italic.woff') format('woff'); /* Modern Browsers */\n}\n\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/typeface-roboto/index.css"],"sourceRoot":""} -------------------------------------------------------------------------------- /move-to-library.sketchplugin/Contents/Resources/_webpack_resources/static/css/main.30ea015a.css.map: -------------------------------------------------------------------------------- 1 | {"version":3,"sources":["index.css","App.css","../node_modules/typeface-roboto/index.css"],"names":[],"mappings":"AAAA,KACE,SACA,UACA,sBAAwB,CCH1B,KACE,iBAAmB,CAGrB,UACE,oDACQ,4CACR,WAAa,CAGf,YACE,sBACA,aACA,aACA,UAAa,CAGf,WACE,eAAiB,CAGnB,WACE,eAAiB,CAGnB,iCACE,GACE,+BACQ,sBAAwB,CAElC,GACE,gCACQ,uBAA0B,CACnC,CAGH,yBACE,GACE,+BACQ,sBAAwB,CAElC,GACE,gCACQ,uBAA0B,CACnC,CAGH,kCACE,GACE,UACA,6BACA,oBAAsB,CAExB,GACE,UACA,2BACA,kBAAoB,CACrB,CAGH,0BACE,GACE,UACA,6BACA,oBAAsB,CAExB,GACE,UACA,2BACA,kBAAoB,CACrB,CAEH,8BACE,GACE,uBAAyB,CAE3B,GACE,mBAAqB,CACtB,CAEH,sBACE,GACE,uBAAyB,CAE3B,GACE,mBAAqB,CACtB,CAEH,6BACE,GACE,sBAAwB,CAE1B,GACE,mBAAqB,CACtB,CAEH,qBACE,GACE,sBAAwB,CAE1B,GACE,mBAAqB,CACtB,CAEH,2BACE,GACE,SAAW,CAEb,GACE,SAAW,CACZ,CAEH,mBACE,GACE,SAAW,CAEb,GACE,SAAW,CACZ,CAEH,0BACE,GACE,SAAW,CAEb,GACE,SAAW,CACZ,CAEH,kBACE,GACE,SAAW,CAEb,GACE,SAAW,CACZ,CAEH,wBACE,6BACA,WAAa,CAGf,uBACE,2BACA,WAAa,CAGf,wBACE,UACA,SAAW,CAGb,2BACE,YACA,aACA,YACA,uDACA,8CAAgD,CAElD,mDACE,mGAEA,0FACkC,CAEpC,kDACE,kGAEA,yFACkC,CAEpC,mDACE,6CACA,oCAAwC,CC3K1C,WACE,mBACA,kBACA,kBACA,gBACA,yIAIsD,CAIxD,WACE,mBACA,kBACA,kBACA,gBACA,qJAI4D,CAI9D,WACE,mBACA,kBACA,kBACA,gBACA,2IAIsD,CAIxD,WACE,mBACA,kBACA,kBACA,gBACA,uJAI4D,CAI9D,WACE,mBACA,kBACA,kBACA,gBACA,+IAIsD,CAIxD,WACE,mBACA,kBACA,kBACA,gBACA,6JAI4D,CAI9D,WACE,mBACA,kBACA,kBACA,gBACA,+IAIsD,CAIxD,WACE,mBACA,kBACA,kBACA,gBACA,2JAI4D,CAI9D,WACE,mBACA,kBACA,kBACA,gBACA,2IAIsD,CAIxD,WACE,mBACA,kBACA,kBACA,gBACA,uJAI4D,CAI9D,WACE,mBACA,kBACA,kBACA,gBACA,6IAIsD,CAIxD,WACE,mBACA,kBACA,kBACA,gBACA,yJAI4D,CAC7D","file":"static/css/main.30ea015a.css","sourcesContent":["body {\n margin: 0;\n padding: 0;\n font-family: sans-serif;\n}\n\n\n\n// WEBPACK FOOTER //\n// ./src/index.css",".App {\n text-align: center;\n}\n\n.App-logo {\n -webkit-animation: App-logo-spin infinite 20s linear;\n animation: App-logo-spin infinite 20s linear;\n height: 80px;\n}\n\n.App-header {\n background-color: #222;\n height: 150px;\n padding: 20px;\n color: white;\n}\n\n.App-title {\n font-size: 1.5em;\n}\n\n.App-intro {\n font-size: large;\n}\n\n@-webkit-keyframes App-logo-spin {\n from {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes App-logo-spin {\n from {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@-webkit-keyframes scaleAnimation {\n 0% {\n opacity: 0;\n -webkit-transform: scale(1.5);\n transform: scale(1.5);\n }\n 100% {\n opacity: 1;\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n\n@keyframes scaleAnimation {\n 0% {\n opacity: 0;\n -webkit-transform: scale(1.5);\n transform: scale(1.5);\n }\n 100% {\n opacity: 1;\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n@-webkit-keyframes drawCircle {\n 0% {\n stroke-dashoffset: 151px;\n }\n 100% {\n stroke-dashoffset: 0;\n }\n}\n@keyframes drawCircle {\n 0% {\n stroke-dashoffset: 151px;\n }\n 100% {\n stroke-dashoffset: 0;\n }\n}\n@-webkit-keyframes drawCheck {\n 0% {\n stroke-dashoffset: 36px;\n }\n 100% {\n stroke-dashoffset: 0;\n }\n}\n@keyframes drawCheck {\n 0% {\n stroke-dashoffset: 36px;\n }\n 100% {\n stroke-dashoffset: 0;\n }\n}\n@-webkit-keyframes fadeOut {\n 0% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n }\n}\n@keyframes fadeOut {\n 0% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n }\n}\n@-webkit-keyframes fadeIn {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n@keyframes fadeIn {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n#successAnimationCircle {\n stroke-dasharray: 151px 151px;\n stroke: #fff;\n}\n\n#successAnimationCheck {\n stroke-dasharray: 36px 36px;\n stroke: #fff;\n}\n\n#successAnimationResult {\n fill: #fff;\n opacity: 0;\n}\n\n#successAnimation.animated {\n margin: auto;\n height: 100px;\n width: 100px;\n -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;\n animation: 1s ease-out 0s 1 both scaleAnimation;\n}\n#successAnimation.animated #successAnimationCircle {\n -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,\n 0.3s linear 0.9s 1 both fadeOut;\n animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,\n 0.3s linear 0.9s 1 both fadeOut;\n}\n#successAnimation.animated #successAnimationCheck {\n -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,\n 0.3s linear 0.9s 1 both fadeOut;\n animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,\n 0.3s linear 0.9s 1 both fadeOut;\n}\n#successAnimation.animated #successAnimationResult {\n -webkit-animation: 0.3s linear 0.9s both fadeIn;\n animation: 0.3s linear 0.9s both fadeIn;\n}\n\n\n\n// WEBPACK FOOTER //\n// ./src/App.css","/* roboto-100normal - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: normal;\n font-display: swap;\n font-weight: 100;\n src:\n local('Roboto Thin '),\n local('Roboto-Thin'),\n url('./files/roboto-latin-100.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-100.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-100italic - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: italic;\n font-display: swap;\n font-weight: 100;\n src:\n local('Roboto Thin italic'),\n local('Roboto-Thinitalic'),\n url('./files/roboto-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-100italic.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-300normal - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: normal;\n font-display: swap;\n font-weight: 300;\n src:\n local('Roboto Light '),\n local('Roboto-Light'),\n url('./files/roboto-latin-300.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-300.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-300italic - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: italic;\n font-display: swap;\n font-weight: 300;\n src:\n local('Roboto Light italic'),\n local('Roboto-Lightitalic'),\n url('./files/roboto-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-300italic.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-400normal - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src:\n local('Roboto Regular '),\n local('Roboto-Regular'),\n url('./files/roboto-latin-400.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-400.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-400italic - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: italic;\n font-display: swap;\n font-weight: 400;\n src:\n local('Roboto Regular italic'),\n local('Roboto-Regularitalic'),\n url('./files/roboto-latin-400italic.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-400italic.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-500normal - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: normal;\n font-display: swap;\n font-weight: 500;\n src:\n local('Roboto Medium '),\n local('Roboto-Medium'),\n url('./files/roboto-latin-500.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-500.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-500italic - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: italic;\n font-display: swap;\n font-weight: 500;\n src:\n local('Roboto Medium italic'),\n local('Roboto-Mediumitalic'),\n url('./files/roboto-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-500italic.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-700normal - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: normal;\n font-display: swap;\n font-weight: 700;\n src:\n local('Roboto Bold '),\n local('Roboto-Bold'),\n url('./files/roboto-latin-700.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-700.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-700italic - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: italic;\n font-display: swap;\n font-weight: 700;\n src:\n local('Roboto Bold italic'),\n local('Roboto-Bolditalic'),\n url('./files/roboto-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-700italic.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-900normal - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: normal;\n font-display: swap;\n font-weight: 900;\n src:\n local('Roboto Black '),\n local('Roboto-Black'),\n url('./files/roboto-latin-900.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-900.woff') format('woff'); /* Modern Browsers */\n}\n\n/* roboto-900italic - latin */\n@font-face {\n font-family: 'Roboto';\n font-style: italic;\n font-display: swap;\n font-weight: 900;\n src:\n local('Roboto Black italic'),\n local('Roboto-Blackitalic'),\n url('./files/roboto-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */\n url('./files/roboto-latin-900italic.woff') format('woff'); /* Modern Browsers */\n}\n\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/typeface-roboto/index.css"],"sourceRoot":""} --------------------------------------------------------------------------------