UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

57 lines (44 loc) 1.28 kB
{ /** * The namespace of this package. * * As a general rule, all classes that belong to this package should be under this namespace * if multiple namespaces are part of this package, set this to "". */ "namespace": "Ext", "name": "theme-gray", "type": "theme", "extend": "theme-classic", "alternateName": [ "ext-theme-gray" ], "framework": "ext", "toolkit": "classic", //"requires": [ // ... //], "creator": "Sencha", "summary": "Ext JS Gray Theme", "detailedDescription": "The Gray Theme extends the Classic Theme and shifts the color palette to shades of gray", "version": "6.2.0.981", "compatVersion": "6.0.0", "format": "1", "output": "${workspace.subpkg.prefix}/${package.name}", "local": true, "sass": { "namespace": "Ext", "etc": "${package.dir}/sass/etc/all.scss", "var": "${package.dir}/sass/var", "src": "${package.dir}/sass/src" }, "classpath": "${package.dir}/src", "overrides": "${package.dir}/overrides", "slicer": { "js": [ { "path": "${package.dir}/sass/example/custom.js", "isWidgetManifest": true } ] } }