{"id":28285164,"url":"https://github.com/conjoon/extjs-theme-material","last_synced_at":"2026-01-26T23:45:40.939Z","repository":{"id":40462675,"uuid":"246763287","full_name":"conjoon/extjs-theme-material","owner":"conjoon","description":"Material Theme for conjoon.","archived":false,"fork":false,"pushed_at":"2023-07-20T03:11:27.000Z","size":902,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-19T23:21:49.398Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conjoon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-12T06:48:44.000Z","updated_at":"2023-01-31T08:24:21.000Z","dependencies_parsed_at":"2024-10-12T17:30:24.671Z","dependency_job_id":"63747685-518a-4758-865c-931f0c1cdccd","html_url":"https://github.com/conjoon/extjs-theme-material","commit_stats":{"total_commits":61,"total_committers":2,"mean_commits":30.5,"dds":"0.14754098360655743","last_synced_commit":"4e82d198e519d4d7216a8c919c2191c4a2bfdfc2"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/conjoon/extjs-theme-material","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjoon%2Fextjs-theme-material","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjoon%2Fextjs-theme-material/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjoon%2Fextjs-theme-material/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjoon%2Fextjs-theme-material/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conjoon","download_url":"https://codeload.github.com/conjoon/extjs-theme-material/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjoon%2Fextjs-theme-material/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28791454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-21T18:16:37.129Z","updated_at":"2026-01-26T23:45:40.922Z","avatar_url":"https://github.com/conjoon.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @conjoon/extjs-theme-material ![MIT](https://img.shields.io/npm/l/@conjoon/extjs-theme-material) [![npm version](https://badge.fury.io/js/@conjoon%2Fextjs-theme-material.svg)](https://badge.fury.io/js/@conjoon%2Fextjs-theme-material)\n\nThis Sencha ExtJS NPM package contains the material theme for development of [conjoon](https://github.com/conjoon) along\nwith its application packages.\n\u003cbr\u003e\nThis theme serves as a base for pluggable packages, such as [conjoon/extjs-app-webmail](https://github.com/conjoon/extjs-app-webmail).\nStyling information for external packages must be self-contained and managed by the packages.\n\u003cbr\u003e\nThis theme extends the Material-Theme of Ext JS. Ext JS \u003e 7.0 is required for this package. \n\n## Installation\n```bash\n$ npm i @conjoon/extjs-theme-material\n```\nIf you want to develop with this package, run the `build:dev`-script:\n```bash\n$ npm run build:dev\n```\nTesting environment will then be available via\n\n```bash\n$ npm test\n```\n\nFor using the package as a theme:\n\u003cbr\u003e\nIn your `app.json`, add this package as a requirement, and make sure your Ext JS `workspace.json`\nis properly configured to look up local repositories in the `node_modules`-directory.\n\nExample (`workspace.json`) :\n```json \n{\n  \"packages\": {\n    \"dir\": \"${workspace.dir}/node_modules/@l8js,${workspace.dir}/node_modules/@conjoon,${workspace.dir}/node_modules/@coon-js,${workspace.dir}/packages/local,${workspace.dir}/packages,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name},${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-treegrid,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-base,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-ios,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-material,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-aria,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-neutral,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-classic,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-gray,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-crisp,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-crisp-touch,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-neptune,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-neptune-touch,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-triton,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-graphite,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-material,${workspace.dir}/node_modules/@sencha/ext-calendar,${workspace.dir}/node_modules/@sencha/ext-charts,${workspace.dir}/node_modules/@sencha/ext-d3,${workspace.dir}/node_modules/@sencha/ext-exporter,${workspace.dir}/node_modules/@sencha/ext-pivot,${workspace.dir}/node_modules/@sencha/ext-pivot-d3,${workspace.dir}/node_modules/@sencha/ext-ux,${workspace.dir}/node_modules/@sencha/ext-font-ios\",\n    \"extract\": \"${workspace.dir}/packages/remote\"\n  }\n}\n```\n\n## Configuration and Usage\nFor more information on how to configure and use the package, refer to the [documentation](./docs/README.md).\n\n\n## Tests\nTests are written with [Siesta](https://bryntum.com/siesta). Documentation can be found [here](./tests/README.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconjoon%2Fextjs-theme-material","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconjoon%2Fextjs-theme-material","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconjoon%2Fextjs-theme-material/lists"}