├── Framer Inventory.sketchplugin └── Contents │ ├── Resources │ ├── layers.png │ ├── scene.png │ └── states.png │ └── Sketch │ ├── RegisterInventory.framework │ ├── Headers │ ├── HelloSketch.js │ ├── Modules │ ├── RegisterInventory │ ├── Resources │ └── Versions │ │ ├── A │ │ ├── Headers │ │ │ └── RegisterInventory.h │ │ ├── Modules │ │ │ └── module.modulemap │ │ ├── RegisterInventory │ │ └── Resources │ │ │ └── Info.plist │ │ └── Current │ ├── actions │ ├── action-inventory.cocoascript │ ├── demo-inventory.cocoascript │ ├── describe-inventory.cocoascript │ ├── generate-inventory.cocoascript │ ├── order-inventory.cocoascript │ ├── path-inventory.cocoascript │ ├── scale-inventory.cocoascript │ ├── statistics-inventory.cocoascript │ ├── type-inventory.cocoascript │ ├── utils │ │ ├── abstract-selection-inventory.cocoascript │ │ └── utils-inventory.cocoascript │ ├── view-inventory.cocoascript │ └── workers │ │ ├── action-generate-states.cocoascript │ │ ├── action-replicate-layers.cocoascript │ │ ├── action-settings.cocoascript │ │ ├── action-simulate-keynote.cocoascript │ │ ├── action-testing-environment.cocoascript │ │ └── modals │ │ ├── action-check-updates.cocoascript │ │ ├── action-demo-expired.cocoascript │ │ ├── action-enter-license.cocoascript │ │ ├── action-remove-license.cocoascript │ │ ├── action-select-duplicated-artboards.cocoascript │ │ ├── action-select-folder.cocoascript │ │ └── action-select-opened-project.cocoascript │ ├── images │ ├── modals │ │ ├── artboards.png │ │ ├── artboards@2x.png │ │ ├── choose-framer-none.png │ │ ├── choose-framer-none@2x.png │ │ ├── choose-framer-some.png │ │ ├── choose-framer-some@2x.png │ │ ├── choose-framer.png │ │ ├── choose-framer@2x.png │ │ ├── empty.png │ │ ├── empty@2x.png │ │ ├── expired.png │ │ ├── expired@2x.png │ │ ├── folder.png │ │ ├── folder@2x.png │ │ ├── framer-folder.png │ │ ├── framer-folder@2x.png │ │ ├── get license link.png │ │ ├── get license link@2x.png │ │ ├── register license.png │ │ ├── register license@2x.png │ │ ├── registered.png │ │ ├── registered@2x.png │ │ ├── update link.png │ │ ├── update link@2x.png │ │ ├── update.png │ │ └── update@2x.png │ ├── settings │ │ ├── breaker.png │ │ ├── breaker@2x.png │ │ ├── donate.png │ │ ├── donate@2x.png │ │ ├── done.png │ │ ├── done@2x.png │ │ ├── get pro.png │ │ ├── get pro@2x.png │ │ ├── groups.png │ │ ├── groups@2x.png │ │ ├── learn.png │ │ ├── learn@2x.png │ │ ├── menu.png │ │ ├── menu@2x.png │ │ ├── support.png │ │ ├── support@2x.png │ │ ├── top.png │ │ ├── top@2x.png │ │ ├── updates.png │ │ └── updates@2x.png │ └── toolbar │ │ ├── add.png │ │ ├── add@2x.png │ │ ├── all states.png │ │ ├── all states@2x.png │ │ ├── background.png │ │ ├── background@2x.png │ │ ├── close.png │ │ ├── close@2x.png │ │ ├── empty logo.png │ │ ├── empty logo@2x.png │ │ ├── empty select.png │ │ ├── empty select@2x.png │ │ ├── empty selection.png │ │ ├── empty selection@2x.png │ │ ├── empty text.png │ │ ├── empty text@2x.png │ │ ├── empty.png │ │ ├── empty@2x.png │ │ ├── expired scene.png │ │ ├── expired scene@2x.png │ │ ├── expired selection.png │ │ ├── expired selection@2x.png │ │ ├── generate.png │ │ ├── generate@2x.png │ │ ├── import.png │ │ ├── import@2x.png │ │ ├── layer.png │ │ ├── layer@2x.png │ │ ├── layers several.png │ │ ├── layers several@2x.png │ │ ├── layers.png │ │ ├── layers@2x.png │ │ ├── mode.png │ │ ├── mode@2x.png │ │ ├── more.png │ │ ├── more@2x.png │ │ ├── options.png │ │ ├── options@2x.png │ │ ├── parent artboard.png │ │ ├── parent artboard@2x.png │ │ ├── parent group.png │ │ ├── parent group@2x.png │ │ ├── remove.png │ │ ├── remove@2x.png │ │ ├── replicate.png │ │ ├── replicate@2x.png │ │ ├── scene selected.png │ │ ├── scene selected@2x.png │ │ ├── scene.png │ │ ├── scene@2x.png │ │ ├── selected states several.png │ │ ├── selected states several@2x.png │ │ ├── selected states.png │ │ ├── selected states@2x.png │ │ ├── settings.png │ │ ├── settings@2x.png │ │ ├── simulate selected.png │ │ ├── simulate selected@2x.png │ │ ├── simulate.png │ │ ├── simulate@2x.png │ │ ├── states selected several.png │ │ ├── states selected several@2x.png │ │ ├── states selected.png │ │ ├── states selected@2x.png │ │ ├── states several.png │ │ ├── states several@2x.png │ │ ├── states.png │ │ ├── states@2x.png │ │ ├── texts.png │ │ ├── texts@2x.png │ │ ├── window.png │ │ └── window@2x.png │ ├── inventory │ ├── classes │ │ ├── layer.cocoascript │ │ └── state.cocoascript │ ├── getters │ │ ├── get-background-color.cocoascript │ │ ├── get-borders.cocoascript │ │ ├── get-corners.cocoascript │ │ ├── get-opacity.cocoascript │ │ ├── get-place.cocoascript │ │ └── get-shadows.cocoascript │ └── libs │ │ ├── logic.cocoascript │ │ ├── pluginDefaults.js │ │ └── testing │ │ ├── logger.js │ │ └── testing-environment.sketch │ ├── lib.js │ ├── manifest.json │ ├── run-actions.cocoascript │ ├── selection-changed-action.cocoascript │ └── tests │ ├── 01 shapes.txt │ ├── 02 states predict opacity.txt │ ├── 03 states predict no opacity.txt │ ├── 04 states predict rotation.txt │ ├── 05 states predict no rotation.txt │ ├── 06 states predict corners.txt │ ├── 07 states predict no corners.txt │ ├── 08 states predict borders.txt │ ├── 09 states predict borders color.txt │ ├── 10 states predict borders opacity.txt │ ├── 11 states predict no borders.txt │ ├── 12 states predict shadows.txt │ ├── 13 states predict shadows color.txt │ ├── 14 states predict shadows opacity.txt │ ├── 15 states predict no shadows.txt │ ├── 16 states predict backgrounds.txt │ ├── 17 states predict backgrounds color.txt │ ├── 18 states predict backgrounds opacity.txt │ ├── 19 states predict no backgrounds.txt │ ├── 20 states unexportable rectangle.txt │ ├── 21 states groups shadows same.txt │ ├── 22 states groups shadows same borders.txt │ ├── 23 states groups shadows scaled.txt │ ├── 24 layer out artboard position.txt │ ├── 25 layer out artboard position group.txt │ ├── 26 layer out artboard position group shadow.txt │ ├── 27 states hierarhy selection order 1.txt │ ├── 28 states hierarhy selection order 2.txt │ ├── 29 states hierarhy selection order 3.txt │ ├── 30 states hierarhy selection order 4.txt │ ├── 31 states predict borders color opacity round.txt │ ├── 32 states predict borders color opacity.txt │ ├── 33 states predict shadows color opacity.txt │ ├── 34 states predict background color opacity.txt │ ├── 35 symbols and groups main symbol.txt │ ├── 36 symbols and groups main group.txt │ ├── 37 ignore slices exportable.txt │ ├── 38 ignore other slices.txt │ ├── 39 ignore slices names.txt │ ├── 40 detect for symbol hierarchy 1.txt │ ├── 41 detect for symbol hierarchy 2.txt │ ├── 42 bg appear second artboard.txt │ └── 43 rules changed.txt ├── LICENSE.MD └── README.md /Framer Inventory.sketchplugin/Contents/Resources/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Resources/layers.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Resources/scene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Resources/scene.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Resources/states.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Resources/states.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/RegisterInventory.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/RegisterInventory.framework/HelloSketch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/RegisterInventory.framework/HelloSketch.js -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/RegisterInventory.framework/Modules: -------------------------------------------------------------------------------- 1 | Versions/Current/Modules -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/RegisterInventory.framework/RegisterInventory: -------------------------------------------------------------------------------- 1 | Versions/Current/RegisterInventory -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/RegisterInventory.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/RegisterInventory.framework/Versions/A/Headers/RegisterInventory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/RegisterInventory.framework/Versions/A/Headers/RegisterInventory.h -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/RegisterInventory.framework/Versions/A/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/RegisterInventory.framework/Versions/A/Modules/module.modulemap -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/RegisterInventory.framework/Versions/A/RegisterInventory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/RegisterInventory.framework/Versions/A/RegisterInventory -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/RegisterInventory.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/RegisterInventory.framework/Versions/A/Resources/Info.plist -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/RegisterInventory.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/action-inventory.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/action-inventory.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/demo-inventory.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/demo-inventory.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/describe-inventory.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/describe-inventory.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/generate-inventory.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/generate-inventory.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/order-inventory.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/order-inventory.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/path-inventory.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/path-inventory.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/scale-inventory.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/scale-inventory.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/statistics-inventory.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/statistics-inventory.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/type-inventory.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/type-inventory.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/utils/abstract-selection-inventory.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/utils/abstract-selection-inventory.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/utils/utils-inventory.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/utils/utils-inventory.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/view-inventory.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/view-inventory.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/action-generate-states.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/action-generate-states.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/action-replicate-layers.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/action-replicate-layers.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/action-settings.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/action-settings.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/action-simulate-keynote.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/action-simulate-keynote.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/action-testing-environment.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/action-testing-environment.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/modals/action-check-updates.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/modals/action-check-updates.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/modals/action-demo-expired.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/modals/action-demo-expired.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/modals/action-enter-license.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/modals/action-enter-license.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/modals/action-remove-license.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/modals/action-remove-license.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/modals/action-select-duplicated-artboards.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/modals/action-select-duplicated-artboards.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/modals/action-select-folder.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/modals/action-select-folder.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/modals/action-select-opened-project.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/actions/workers/modals/action-select-opened-project.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/artboards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/artboards.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/artboards@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/artboards@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/choose-framer-none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/choose-framer-none.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/choose-framer-none@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/choose-framer-none@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/choose-framer-some.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/choose-framer-some.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/choose-framer-some@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/choose-framer-some@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/choose-framer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/choose-framer.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/choose-framer@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/choose-framer@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/empty.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/empty@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/empty@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/expired.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/expired.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/expired@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/expired@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/folder.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/folder@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/folder@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/framer-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/framer-folder.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/framer-folder@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/framer-folder@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/get license link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/get license link.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/get license link@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/get license link@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/register license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/register license.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/register license@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/register license@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/registered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/registered.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/registered@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/registered@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/update link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/update link.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/update link@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/update link@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/update.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/modals/update@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/modals/update@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/breaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/breaker.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/breaker@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/breaker@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/donate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/donate.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/donate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/donate@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/done.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/done@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/done@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/get pro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/get pro.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/get pro@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/get pro@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/groups.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/groups@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/groups@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/learn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/learn.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/learn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/learn@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/menu.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/menu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/menu@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/support.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/support@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/support@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/top.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/top@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/top@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/updates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/updates.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/settings/updates@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/settings/updates@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/add.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/add@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/add@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/all states.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/all states.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/all states@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/all states@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/background.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/background@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/background@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/close.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/close@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty logo.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty logo@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty select.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty select@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty select@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty selection.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty selection@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty selection@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty text.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty text@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty text@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/empty@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/expired scene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/expired scene.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/expired scene@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/expired scene@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/expired selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/expired selection.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/expired selection@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/expired selection@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/generate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/generate.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/generate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/generate@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/import.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/import@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/import@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/layer.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/layer@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/layer@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/layers several.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/layers several.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/layers several@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/layers several@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/layers.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/layers@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/layers@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/mode.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/mode@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/mode@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/more.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/more@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/more@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/options.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/options@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/options@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/parent artboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/parent artboard.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/parent artboard@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/parent artboard@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/parent group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/parent group.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/parent group@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/parent group@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/remove.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/remove@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/remove@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/replicate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/replicate.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/replicate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/replicate@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/scene selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/scene selected.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/scene selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/scene selected@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/scene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/scene.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/scene@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/scene@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/selected states several.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/selected states several.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/selected states several@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/selected states several@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/selected states.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/selected states.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/selected states@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/selected states@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/settings.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/settings@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/simulate selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/simulate selected.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/simulate selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/simulate selected@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/simulate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/simulate.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/simulate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/simulate@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states selected several.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states selected several.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states selected several@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states selected several@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states selected.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states selected@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states several.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states several.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states several@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states several@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/states@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/texts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/texts.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/texts@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/texts@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/window.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/window@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/images/toolbar/window@2x.png -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/inventory/classes/layer.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/inventory/classes/layer.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/inventory/classes/state.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/inventory/classes/state.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/inventory/getters/get-background-color.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/inventory/getters/get-background-color.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/inventory/getters/get-borders.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/inventory/getters/get-borders.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/inventory/getters/get-corners.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/inventory/getters/get-corners.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/inventory/getters/get-opacity.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/inventory/getters/get-opacity.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/inventory/getters/get-place.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/inventory/getters/get-place.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/inventory/getters/get-shadows.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/inventory/getters/get-shadows.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/inventory/libs/logic.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/inventory/libs/logic.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/inventory/libs/pluginDefaults.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/inventory/libs/pluginDefaults.js -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/inventory/libs/testing/logger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/inventory/libs/testing/logger.js -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/inventory/libs/testing/testing-environment.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/inventory/libs/testing/testing-environment.sketch -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/lib.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/lib.js -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/manifest.json -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/run-actions.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/run-actions.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/selection-changed-action.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/selection-changed-action.cocoascript -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/01 shapes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/01 shapes.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/02 states predict opacity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/02 states predict opacity.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/03 states predict no opacity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/03 states predict no opacity.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/04 states predict rotation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/04 states predict rotation.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/05 states predict no rotation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/05 states predict no rotation.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/06 states predict corners.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/06 states predict corners.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/07 states predict no corners.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/07 states predict no corners.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/08 states predict borders.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/08 states predict borders.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/09 states predict borders color.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/09 states predict borders color.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/10 states predict borders opacity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/10 states predict borders opacity.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/11 states predict no borders.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/11 states predict no borders.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/12 states predict shadows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/12 states predict shadows.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/13 states predict shadows color.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/13 states predict shadows color.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/14 states predict shadows opacity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/14 states predict shadows opacity.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/15 states predict no shadows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/15 states predict no shadows.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/16 states predict backgrounds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/16 states predict backgrounds.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/17 states predict backgrounds color.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/17 states predict backgrounds color.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/18 states predict backgrounds opacity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/18 states predict backgrounds opacity.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/19 states predict no backgrounds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/19 states predict no backgrounds.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/20 states unexportable rectangle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/20 states unexportable rectangle.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/21 states groups shadows same.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/21 states groups shadows same.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/22 states groups shadows same borders.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/22 states groups shadows same borders.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/23 states groups shadows scaled.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/23 states groups shadows scaled.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/24 layer out artboard position.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/24 layer out artboard position.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/25 layer out artboard position group.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/25 layer out artboard position group.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/26 layer out artboard position group shadow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/26 layer out artboard position group shadow.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/27 states hierarhy selection order 1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/27 states hierarhy selection order 1.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/28 states hierarhy selection order 2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/28 states hierarhy selection order 2.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/29 states hierarhy selection order 3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/29 states hierarhy selection order 3.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/30 states hierarhy selection order 4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/30 states hierarhy selection order 4.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/31 states predict borders color opacity round.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/31 states predict borders color opacity round.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/32 states predict borders color opacity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/32 states predict borders color opacity.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/33 states predict shadows color opacity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/33 states predict shadows color opacity.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/34 states predict background color opacity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/34 states predict background color opacity.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/35 symbols and groups main symbol.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/35 symbols and groups main symbol.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/36 symbols and groups main group.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/36 symbols and groups main group.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/37 ignore slices exportable.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/37 ignore slices exportable.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/38 ignore other slices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/38 ignore other slices.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/39 ignore slices names.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/40 detect for symbol hierarchy 1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/40 detect for symbol hierarchy 1.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/41 detect for symbol hierarchy 2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/41 detect for symbol hierarchy 2.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/42 bg appear second artboard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/42 bg appear second artboard.txt -------------------------------------------------------------------------------- /Framer Inventory.sketchplugin/Contents/Sketch/tests/43 rules changed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/Framer Inventory.sketchplugin/Contents/Sketch/tests/43 rules changed.txt -------------------------------------------------------------------------------- /LICENSE.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/LICENSE.MD -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timurnurutdinov/Framer-Inventory-for-Sketch/HEAD/README.md --------------------------------------------------------------------------------