@julianoczkowski/create-trimble-app 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +191 -0
- package/bin/create-trimble-app.js +9 -0
- package/package.json +67 -0
- package/src/cli.js +134 -0
- package/src/frameworks.js +28 -0
- package/src/scaffold.js +209 -0
- package/src/utils/file.js +47 -0
- package/src/utils/git.js +140 -0
- package/src/utils/install.js +25 -0
- package/src/utils/logger.js +124 -0
- package/templates/angular/.cursor/commands/remove-dev-content.md +394 -0
- package/templates/angular/.cursor/mcp.json +13 -0
- package/templates/angular/.cursor/rules/modus-angular-20.mdc +82 -0
- package/templates/angular/.cursor/rules/modus-angular-accordion-state-management-short.mdc +45 -0
- package/templates/angular/.cursor/rules/modus-angular-accordion-state-management.mdc +322 -0
- package/templates/angular/.cursor/rules/modus-angular-best-practices.mdc +472 -0
- package/templates/angular/.cursor/rules/modus-angular-border-usage-short.mdc +48 -0
- package/templates/angular/.cursor/rules/modus-angular-border-usage.mdc +286 -0
- package/templates/angular/.cursor/rules/modus-angular-button-group-usage-short.mdc +47 -0
- package/templates/angular/.cursor/rules/modus-angular-button-group-usage.mdc +263 -0
- package/templates/angular/.cursor/rules/modus-angular-checkbox-value-inversion-short.mdc +36 -0
- package/templates/angular/.cursor/rules/modus-angular-checkbox-value-inversion.mdc +92 -0
- package/templates/angular/.cursor/rules/modus-angular-chrome-devtools-testing-short.mdc +34 -0
- package/templates/angular/.cursor/rules/modus-angular-chrome-devtools-testing.mdc +185 -0
- package/templates/angular/.cursor/rules/modus-angular-color-usage-short.mdc +56 -0
- package/templates/angular/.cursor/rules/modus-angular-color-usage.mdc +208 -0
- package/templates/angular/.cursor/rules/modus-angular-components-reference.mdc +114 -0
- package/templates/angular/.cursor/rules/modus-angular-design-system.mdc +273 -0
- package/templates/angular/.cursor/rules/modus-angular-development-workflow-short.mdc +43 -0
- package/templates/angular/.cursor/rules/modus-angular-development-workflow.mdc +145 -0
- package/templates/angular/.cursor/rules/modus-angular-essentials.mdc +272 -0
- package/templates/angular/.cursor/rules/modus-angular-forms-validation-short.mdc +56 -0
- package/templates/angular/.cursor/rules/modus-angular-forms-validation.mdc +124 -0
- package/templates/angular/.cursor/rules/modus-angular-icon-names.mdc +70 -0
- package/templates/angular/.cursor/rules/modus-angular-icons-short.mdc +40 -0
- package/templates/angular/.cursor/rules/modus-angular-icons.mdc +137 -0
- package/templates/angular/.cursor/rules/modus-angular-implementation-guides-short.mdc +36 -0
- package/templates/angular/.cursor/rules/modus-angular-implementation-guides.mdc +301 -0
- package/templates/angular/.cursor/rules/modus-angular-integration-short.mdc +60 -0
- package/templates/angular/.cursor/rules/modus-angular-integration.mdc +1096 -0
- package/templates/angular/.cursor/rules/modus-angular-master.mdc +164 -0
- package/templates/angular/.cursor/rules/modus-angular-modal-usage-short.mdc +51 -0
- package/templates/angular/.cursor/rules/modus-angular-modal-usage.mdc +115 -0
- package/templates/angular/.cursor/rules/modus-angular-navbar-usage-short.mdc +49 -0
- package/templates/angular/.cursor/rules/modus-angular-navbar-usage.mdc +146 -0
- package/templates/angular/.cursor/rules/modus-angular-no-emojis.mdc +66 -0
- package/templates/angular/.cursor/rules/modus-angular-opacity-utilities-short.mdc +43 -0
- package/templates/angular/.cursor/rules/modus-angular-opacity-utilities.mdc +160 -0
- package/templates/angular/.cursor/rules/modus-angular-select-vs-dropdown-menu-short.mdc +51 -0
- package/templates/angular/.cursor/rules/modus-angular-select-vs-dropdown-menu.mdc +83 -0
- package/templates/angular/.cursor/rules/modus-angular-semantic-html-short.mdc +36 -0
- package/templates/angular/.cursor/rules/modus-angular-semantic-html.mdc +81 -0
- package/templates/angular/.cursor/rules/modus-angular-side-navigation-usage-short.mdc +50 -0
- package/templates/angular/.cursor/rules/modus-angular-side-navigation-usage.mdc +136 -0
- package/templates/angular/.cursor/rules/modus-angular-table-usage-short.mdc +52 -0
- package/templates/angular/.cursor/rules/modus-angular-table-usage.mdc +151 -0
- package/templates/angular/.cursor/rules/modus-angular-tailwind-usage-short.mdc +44 -0
- package/templates/angular/.cursor/rules/modus-angular-tailwind-usage.mdc +242 -0
- package/templates/angular/.cursor/rules/modus-angular-themes-short.mdc +54 -0
- package/templates/angular/.cursor/rules/modus-angular-themes.mdc +222 -0
- package/templates/angular/.cursor/rules/modus-angular-utility-panel-usage-short.mdc +52 -0
- package/templates/angular/.cursor/rules/modus-angular-utility-panel-usage.mdc +130 -0
- package/templates/angular/.cursor/rules/ux/gestalt-laws-detailed.mdc +514 -0
- package/templates/angular/.cursor/rules/ux/ux-ui-foundations.mdc +235 -0
- package/templates/angular/.cursor/skills/run-lint-checks/SKILL.md +169 -0
- package/templates/angular/.editorconfig +17 -0
- package/templates/angular/.github/dependabot.yml +19 -0
- package/templates/angular/.github/workflows/a11y-check.yml +135 -0
- package/templates/angular/.github/workflows/ci.yml +44 -0
- package/templates/angular/.husky/pre-commit +32 -0
- package/templates/angular/.postcssrc.json +5 -0
- package/templates/angular/.vscode/extensions.json +4 -0
- package/templates/angular/.vscode/launch.json +20 -0
- package/templates/angular/.vscode/tasks.json +42 -0
- package/templates/angular/CLAUDE.md +148 -0
- package/templates/angular/README.md +92 -0
- package/templates/angular/amplify.yml +25 -0
- package/templates/angular/angular.json +106 -0
- package/templates/angular/data/modusIcons.ts +861 -0
- package/templates/angular/package-lock.json +11030 -0
- package/templates/angular/package.json +66 -0
- package/templates/angular/public/angular-icon.svg +12 -0
- package/templates/angular/public/favicon.ico +0 -0
- package/templates/angular/public/modus-icons.css +49 -0
- package/templates/angular/public/vite.svg +1 -0
- package/templates/angular/scripts/README.md +410 -0
- package/templates/angular/scripts/check-border-violations.js +352 -0
- package/templates/angular/scripts/check-icon-names.js +402 -0
- package/templates/angular/scripts/check-inline-styles.js +292 -0
- package/templates/angular/scripts/check-modus-colors.js +282 -0
- package/templates/angular/scripts/check-modus-icons.js +263 -0
- package/templates/angular/scripts/check-opacity-utilities.js +426 -0
- package/templates/angular/scripts/check-semantic-html.js +452 -0
- package/templates/angular/scripts/check-typescript.js +109 -0
- package/templates/angular/src/app/app.config.ts +29 -0
- package/templates/angular/src/app/app.css +0 -0
- package/templates/angular/src/app/app.html +4 -0
- package/templates/angular/src/app/app.routes.ts +351 -0
- package/templates/angular/src/app/app.spec.ts +27 -0
- package/templates/angular/src/app/app.ts +47 -0
- package/templates/angular/src/app/components/README.md +77 -0
- package/templates/angular/src/app/components/index.ts +53 -0
- package/templates/angular/src/app/components/modus-accordion.component.ts +50 -0
- package/templates/angular/src/app/components/modus-alert.component.ts +133 -0
- package/templates/angular/src/app/components/modus-autocomplete.component.ts +262 -0
- package/templates/angular/src/app/components/modus-avatar.component.ts +75 -0
- package/templates/angular/src/app/components/modus-badge.component.ts +84 -0
- package/templates/angular/src/app/components/modus-breadcrumbs.component.ts +65 -0
- package/templates/angular/src/app/components/modus-button-group.component.ts +82 -0
- package/templates/angular/src/app/components/modus-button.component.ts +292 -0
- package/templates/angular/src/app/components/modus-card.component.ts +73 -0
- package/templates/angular/src/app/components/modus-checkbox.component.ts +117 -0
- package/templates/angular/src/app/components/modus-chip.component.ts +97 -0
- package/templates/angular/src/app/components/modus-collapse.component.ts +118 -0
- package/templates/angular/src/app/components/modus-date.component.ts +165 -0
- package/templates/angular/src/app/components/modus-dropdown-menu.component.ts +108 -0
- package/templates/angular/src/app/components/modus-file-dropzone.component.ts +121 -0
- package/templates/angular/src/app/components/modus-handle.component.ts +96 -0
- package/templates/angular/src/app/components/modus-icon.component.ts +81 -0
- package/templates/angular/src/app/components/modus-input-feedback.component.ts +54 -0
- package/templates/angular/src/app/components/modus-input-label.component.ts +62 -0
- package/templates/angular/src/app/components/modus-loader.component.ts +48 -0
- package/templates/angular/src/app/components/modus-logo.component.ts +115 -0
- package/templates/angular/src/app/components/modus-menu-item.component.ts +116 -0
- package/templates/angular/src/app/components/modus-menu.component.ts +58 -0
- package/templates/angular/src/app/components/modus-modal.component.ts +70 -0
- package/templates/angular/src/app/components/modus-navbar.component.ts +303 -0
- package/templates/angular/src/app/components/modus-number-input.component.ts +174 -0
- package/templates/angular/src/app/components/modus-pagination.component.ts +74 -0
- package/templates/angular/src/app/components/modus-panel.component.ts +61 -0
- package/templates/angular/src/app/components/modus-progress.component.ts +62 -0
- package/templates/angular/src/app/components/modus-radio.component.ts +102 -0
- package/templates/angular/src/app/components/modus-rating.component.ts +80 -0
- package/templates/angular/src/app/components/modus-select.component.ts +131 -0
- package/templates/angular/src/app/components/modus-side-navigation.component.ts +90 -0
- package/templates/angular/src/app/components/modus-skeleton.component.ts +54 -0
- package/templates/angular/src/app/components/modus-slider.component.ts +132 -0
- package/templates/angular/src/app/components/modus-stepper.component.ts +65 -0
- package/templates/angular/src/app/components/modus-switch.component.ts +118 -0
- package/templates/angular/src/app/components/modus-table.component.ts +204 -0
- package/templates/angular/src/app/components/modus-tabs.component.ts +82 -0
- package/templates/angular/src/app/components/modus-text-input.component.ts +221 -0
- package/templates/angular/src/app/components/modus-textarea.component.ts +168 -0
- package/templates/angular/src/app/components/modus-theme-switcher.component.ts +45 -0
- package/templates/angular/src/app/components/modus-time-input.component.ts +172 -0
- package/templates/angular/src/app/components/modus-toast.component.ts +63 -0
- package/templates/angular/src/app/components/modus-toolbar.component.ts +43 -0
- package/templates/angular/src/app/components/modus-tooltip.component.ts +83 -0
- package/templates/angular/src/app/components/modus-typography.component.ts +79 -0
- package/templates/angular/src/app/components/modus-utility-panel.component.ts +275 -0
- package/templates/angular/src/app/components/theme-demo.component.ts +1242 -0
- package/templates/angular/src/app/data/component-demos.ts +360 -0
- package/templates/angular/src/app/data/modus-icons.ts +806 -0
- package/templates/angular/src/app/demos/accordion/accordion-demo.component.ts +212 -0
- package/templates/angular/src/app/demos/alert/alert-demo.component.ts +108 -0
- package/templates/angular/src/app/demos/autocomplete/autocomplete-demo.component.ts +174 -0
- package/templates/angular/src/app/demos/avatar/avatar-demo.component.ts +149 -0
- package/templates/angular/src/app/demos/badge/badge-demo.component.ts +148 -0
- package/templates/angular/src/app/demos/breadcrumbs/breadcrumbs-demo.component.ts +96 -0
- package/templates/angular/src/app/demos/button/button-demo.component.ts +256 -0
- package/templates/angular/src/app/demos/button-group/button-group-demo.component.ts +215 -0
- package/templates/angular/src/app/demos/card/card-demo.component.ts +180 -0
- package/templates/angular/src/app/demos/checkbox/checkbox-demo.component.ts +71 -0
- package/templates/angular/src/app/demos/chip/chip-demo.component.ts +183 -0
- package/templates/angular/src/app/demos/date/date-demo.component.ts +193 -0
- package/templates/angular/src/app/demos/dropdown/dropdown-demo.component.ts +196 -0
- package/templates/angular/src/app/demos/file-dropzone/file-dropzone-demo.component.ts +176 -0
- package/templates/angular/src/app/demos/handle/handle-demo.component.ts +265 -0
- package/templates/angular/src/app/demos/icon/icon-demo.component.ts +65 -0
- package/templates/angular/src/app/demos/input-feedback/input-feedback-demo.component.ts +189 -0
- package/templates/angular/src/app/demos/input-label/input-label-demo.component.ts +330 -0
- package/templates/angular/src/app/demos/loader/loader-demo.component.ts +143 -0
- package/templates/angular/src/app/demos/logo/logo-demo.component.ts +191 -0
- package/templates/angular/src/app/demos/menu/menu-demo.component.ts +72 -0
- package/templates/angular/src/app/demos/modal/modal-demo.component.ts +278 -0
- package/templates/angular/src/app/demos/navbar/navbar-demo.component.ts +135 -0
- package/templates/angular/src/app/demos/number-input/number-input-demo.component.ts +175 -0
- package/templates/angular/src/app/demos/pagination/pagination-demo.component.ts +134 -0
- package/templates/angular/src/app/demos/panel/panel-demo.component.ts +235 -0
- package/templates/angular/src/app/demos/progress/progress-demo.component.ts +169 -0
- package/templates/angular/src/app/demos/radio/radio-demo.component.ts +161 -0
- package/templates/angular/src/app/demos/rating/rating-demo.component.ts +97 -0
- package/templates/angular/src/app/demos/select/select-demo.component.ts +107 -0
- package/templates/angular/src/app/demos/shared/demo-example-clean.component.ts +41 -0
- package/templates/angular/src/app/demos/shared/demo-example.component.ts +42 -0
- package/templates/angular/src/app/demos/shared/demo-page.component.ts +97 -0
- package/templates/angular/src/app/demos/shared/index.ts +3 -0
- package/templates/angular/src/app/demos/side-navigation/side-navigation-demo.component.ts +524 -0
- package/templates/angular/src/app/demos/skeleton/skeleton-demo.component.ts +112 -0
- package/templates/angular/src/app/demos/slider/slider-demo.component.ts +76 -0
- package/templates/angular/src/app/demos/stepper/stepper-demo.component.ts +79 -0
- package/templates/angular/src/app/demos/switch/switch-demo.component.ts +113 -0
- package/templates/angular/src/app/demos/table/table-demo.component.ts +405 -0
- package/templates/angular/src/app/demos/tabs/tabs-demo.component.ts +318 -0
- package/templates/angular/src/app/demos/text-input/text-input-demo.component.ts +160 -0
- package/templates/angular/src/app/demos/textarea/textarea-demo.component.ts +95 -0
- package/templates/angular/src/app/demos/theme-switcher/theme-switcher-demo.component.ts +38 -0
- package/templates/angular/src/app/demos/time-input/time-input-demo.component.ts +130 -0
- package/templates/angular/src/app/demos/toast/toast-demo.component.ts +258 -0
- package/templates/angular/src/app/demos/toolbar/toolbar-demo.component.ts +54 -0
- package/templates/angular/src/app/demos/tooltip/tooltip-demo.component.ts +163 -0
- package/templates/angular/src/app/demos/utility-panel/utility-panel-demo.component.ts +197 -0
- package/templates/angular/src/app/dev/dev-config.ts +119 -0
- package/templates/angular/src/app/dev/dev-panel/dev-panel.component.ts +215 -0
- package/templates/angular/src/app/dev/dev-panel.service.ts +63 -0
- package/templates/angular/src/app/dev/index.ts +8 -0
- package/templates/angular/src/app/dev/theme-switcher-dropdown/theme-switcher-dropdown.component.ts +134 -0
- package/templates/angular/src/app/dev-pages/color-palette/color-palette.component.ts +229 -0
- package/templates/angular/src/app/dev-pages/components-gallery/components-gallery.component.ts +486 -0
- package/templates/angular/src/app/dev-pages/icons/icons.component.ts +149 -0
- package/templates/angular/src/app/pages/home/home.component.ts +251 -0
- package/templates/angular/src/app/services/README.md +57 -0
- package/templates/angular/src/app/services/theme.service.ts +163 -0
- package/templates/angular/src/environments/environment.development.ts +8 -0
- package/templates/angular/src/environments/environment.ts +8 -0
- package/templates/angular/src/index.html +14 -0
- package/templates/angular/src/main.ts +6 -0
- package/templates/angular/src/styles.css +1328 -0
- package/templates/angular/tsconfig.app.json +15 -0
- package/templates/angular/tsconfig.json +35 -0
- package/templates/angular/tsconfig.spec.json +14 -0
- package/templates/config.json +23 -0
- package/templates/react/.cursor/commands/remove-dev-content.md +311 -0
- package/templates/react/.cursor/mcp.json +13 -0
- package/templates/react/.cursor/rules/README.md +240 -0
- package/templates/react/.cursor/rules/border-usage-guidelines-short.mdc +22 -0
- package/templates/react/.cursor/rules/border-usage-guidelines.mdc +380 -0
- package/templates/react/.cursor/rules/chrome-devtools-testing-react-short.mdc +23 -0
- package/templates/react/.cursor/rules/development-workflow-react-short.mdc +23 -0
- package/templates/react/.cursor/rules/development-workflow-react.mdc +292 -0
- package/templates/react/.cursor/rules/implementation-guides-react-short.mdc +23 -0
- package/templates/react/.cursor/rules/implementation-guides-react.mdc +446 -0
- package/templates/react/.cursor/rules/modus-accordion-state-management-react-short.mdc +23 -0
- package/templates/react/.cursor/rules/modus-accordion-state-management-react.mdc +445 -0
- package/templates/react/.cursor/rules/modus-button-group-usage-react-short.mdc +23 -0
- package/templates/react/.cursor/rules/modus-button-group-usage-react.mdc +117 -0
- package/templates/react/.cursor/rules/modus-checkbox-value-inversion-react-short.mdc +23 -0
- package/templates/react/.cursor/rules/modus-checkbox-value-inversion-react.mdc +492 -0
- package/templates/react/.cursor/rules/modus-color-usage-react-short.mdc +23 -0
- package/templates/react/.cursor/rules/modus-color-usage-react.mdc +420 -0
- package/templates/react/.cursor/rules/modus-components-reference.mdc +366 -0
- package/templates/react/.cursor/rules/modus-icon-names.mdc +63 -0
- package/templates/react/.cursor/rules/modus-icons-react-short.mdc +24 -0
- package/templates/react/.cursor/rules/modus-icons-react.mdc +402 -0
- package/templates/react/.cursor/rules/modus-modal-implementation-react-short.mdc +23 -0
- package/templates/react/.cursor/rules/modus-modal-implementation-react.mdc +831 -0
- package/templates/react/.cursor/rules/modus-navbar-side-navigation-react-short.mdc +23 -0
- package/templates/react/.cursor/rules/modus-navbar-side-navigation-react.mdc +247 -0
- package/templates/react/.cursor/rules/modus-no-emojis-react-short.mdc +23 -0
- package/templates/react/.cursor/rules/modus-opacity-utilities-react-short.mdc +70 -0
- package/templates/react/.cursor/rules/modus-opacity-utilities-react.mdc +208 -0
- package/templates/react/.cursor/rules/modus-react-best-practices-short.mdc +23 -0
- package/templates/react/.cursor/rules/modus-react-best-practices.mdc +508 -0
- package/templates/react/.cursor/rules/modus-react-essentials.mdc +209 -0
- package/templates/react/.cursor/rules/modus-react-integration-short.mdc +23 -0
- package/templates/react/.cursor/rules/modus-react-integration.mdc +509 -0
- package/templates/react/.cursor/rules/modus-react-key-warnings-short.mdc +23 -0
- package/templates/react/.cursor/rules/modus-react-key-warnings.mdc +805 -0
- package/templates/react/.cursor/rules/modus-react-master.mdc +160 -0
- package/templates/react/.cursor/rules/modus-select-vs-dropdown-menu-react-short.mdc +23 -0
- package/templates/react/.cursor/rules/modus-select-vs-dropdown-menu-react.mdc +442 -0
- package/templates/react/.cursor/rules/modus-semantic-html-react-short.mdc +23 -0
- package/templates/react/.cursor/rules/modus-semantic-html-react.mdc +427 -0
- package/templates/react/.cursor/rules/modus-tailwind-usage-react-short.mdc +23 -0
- package/templates/react/.cursor/rules/modus-tailwind-usage-react.mdc +642 -0
- package/templates/react/.cursor/rules/modus-themes-react-short.mdc +23 -0
- package/templates/react/.cursor/rules/modus-themes-react.mdc +506 -0
- package/templates/react/.cursor/rules/ux/gestalt-laws-detailed.mdc +456 -0
- package/templates/react/.cursor/rules/ux/ux-ui-foundations.mdc +211 -0
- package/templates/react/.cursor/skills/create-modus-form-component/SKILL.md +518 -0
- package/templates/react/.cursor/skills/create-modus-wrapper-component/SKILL.md +252 -0
- package/templates/react/.cursor/skills/fix-modus-component-event-issues/SKILL.md +345 -0
- package/templates/react/.cursor/skills/handle-modus-checkbox-value-bug/SKILL.md +202 -0
- package/templates/react/.cursor/skills/implement-modus-modal-with-refs/SKILL.md +386 -0
- package/templates/react/.cursor/skills/integrate-modus-icons/SKILL.md +300 -0
- package/templates/react/.cursor/skills/run-lint-checks/SKILL.md +235 -0
- package/templates/react/.cursor/skills/set-up-modus-event-listeners/SKILL.md +284 -0
- package/templates/react/.cursor/skills/style-modus-components-with-tailwind/SKILL.md +382 -0
- package/templates/react/.env.development +3 -0
- package/templates/react/.env.production +3 -0
- package/templates/react/.github/CODEOWNERS +28 -0
- package/templates/react/.github/ISSUE_TEMPLATE/bug_report.yml +176 -0
- package/templates/react/.github/ISSUE_TEMPLATE/config.yml +20 -0
- package/templates/react/.github/ISSUE_TEMPLATE/documentation.yml +115 -0
- package/templates/react/.github/ISSUE_TEMPLATE/feature_request.yml +171 -0
- package/templates/react/.github/ISSUE_TEMPLATE/question.yml +139 -0
- package/templates/react/.github/copilot-instructions.md +80 -0
- package/templates/react/.github/instructions/components.instructions.md +82 -0
- package/templates/react/.github/instructions/demos.instructions.md +82 -0
- package/templates/react/.github/instructions/pages.instructions.md +76 -0
- package/templates/react/.github/instructions/styles.instructions.md +77 -0
- package/templates/react/.github/instructions/typescript.instructions.md +101 -0
- package/templates/react/.github/pull_request_template.md +188 -0
- package/templates/react/.github/workflows/ci.yml +43 -0
- package/templates/react/.github/workflows/claude-code-review.yml +44 -0
- package/templates/react/.github/workflows/claude.yml +50 -0
- package/templates/react/.husky/pre-commit +28 -0
- package/templates/react/.vscode/extensions.json +8 -0
- package/templates/react/CLAUDE.md +119 -0
- package/templates/react/CODE_OF_CONDUCT.md +79 -0
- package/templates/react/CONTRIBUTING.md +65 -0
- package/templates/react/LICENSE +21 -0
- package/templates/react/README.md +728 -0
- package/templates/react/SECURITY.md +50 -0
- package/templates/react/eslint.config.js +23 -0
- package/templates/react/index.html +13 -0
- package/templates/react/package-lock.json +5209 -0
- package/templates/react/package.json +49 -0
- package/templates/react/postcss.config.js +6 -0
- package/templates/react/public/react.svg +1 -0
- package/templates/react/public/vite.svg +1 -0
- package/templates/react/readme_assets/getting_started_header.png +0 -0
- package/templates/react/readme_assets/hero.png +0 -0
- package/templates/react/readme_assets/modus_comp.png +0 -0
- package/templates/react/readme_assets/modus_figma_mcp.png +0 -0
- package/templates/react/readme_assets/teaser_comp.gif +0 -0
- package/templates/react/scripts/README.md +343 -0
- package/templates/react/scripts/check-border-violations.js +483 -0
- package/templates/react/scripts/check-icon-names.js +486 -0
- package/templates/react/scripts/check-inline-styles.js +364 -0
- package/templates/react/scripts/check-modus-colors.js +247 -0
- package/templates/react/scripts/check-modus-icons.js +256 -0
- package/templates/react/scripts/check-opacity-utilities.js +481 -0
- package/templates/react/scripts/check-semantic-html.js +476 -0
- package/templates/react/scripts/check-typescript.js +109 -0
- package/templates/react/src/App.css +42 -0
- package/templates/react/src/App.tsx +54 -0
- package/templates/react/src/assets/react.svg +1 -0
- package/templates/react/src/components/DemoExample.tsx +61 -0
- package/templates/react/src/components/DemoPage.tsx +81 -0
- package/templates/react/src/components/ModusAccordion.tsx +89 -0
- package/templates/react/src/components/ModusAlert.tsx +85 -0
- package/templates/react/src/components/ModusAutocomplete.tsx +207 -0
- package/templates/react/src/components/ModusAvatar.tsx +50 -0
- package/templates/react/src/components/ModusBadge.tsx +82 -0
- package/templates/react/src/components/ModusBreadcrumbs.tsx +75 -0
- package/templates/react/src/components/ModusButton.tsx +244 -0
- package/templates/react/src/components/ModusButtonGroup.tsx +91 -0
- package/templates/react/src/components/ModusCard.tsx +70 -0
- package/templates/react/src/components/ModusCheckbox.tsx +168 -0
- package/templates/react/src/components/ModusChip.tsx +93 -0
- package/templates/react/src/components/ModusDate.tsx +154 -0
- package/templates/react/src/components/ModusDropdownMenu.tsx +148 -0
- package/templates/react/src/components/ModusFileDropzone.tsx +140 -0
- package/templates/react/src/components/ModusHandle.tsx +101 -0
- package/templates/react/src/components/ModusIcon.tsx +49 -0
- package/templates/react/src/components/ModusInputFeedback.tsx +52 -0
- package/templates/react/src/components/ModusInputLabel.tsx +50 -0
- package/templates/react/src/components/ModusLoader.tsx +42 -0
- package/templates/react/src/components/ModusLogo.tsx +102 -0
- package/templates/react/src/components/ModusMenu.tsx +119 -0
- package/templates/react/src/components/ModusMenuItem.tsx +86 -0
- package/templates/react/src/components/ModusModal.tsx +145 -0
- package/templates/react/src/components/ModusNavbar.tsx +504 -0
- package/templates/react/src/components/ModusNumberInput.tsx +230 -0
- package/templates/react/src/components/ModusPagination.tsx +94 -0
- package/templates/react/src/components/ModusPanel.tsx +92 -0
- package/templates/react/src/components/ModusProgress.tsx +70 -0
- package/templates/react/src/components/ModusProvider.tsx +18 -0
- package/templates/react/src/components/ModusRadio.tsx +114 -0
- package/templates/react/src/components/ModusRating.tsx +108 -0
- package/templates/react/src/components/ModusSelect.tsx +171 -0
- package/templates/react/src/components/ModusSideNavigation.tsx +149 -0
- package/templates/react/src/components/ModusSkeleton.tsx +42 -0
- package/templates/react/src/components/ModusSlider.tsx +128 -0
- package/templates/react/src/components/ModusStepper.tsx +85 -0
- package/templates/react/src/components/ModusSwitch.tsx +130 -0
- package/templates/react/src/components/ModusTable.tsx +309 -0
- package/templates/react/src/components/ModusTabs.tsx +114 -0
- package/templates/react/src/components/ModusTextInput.tsx +179 -0
- package/templates/react/src/components/ModusTextarea.tsx +164 -0
- package/templates/react/src/components/ModusThemeSwitcher.tsx +58 -0
- package/templates/react/src/components/ModusTimeInput.tsx +176 -0
- package/templates/react/src/components/ModusToast.tsx +207 -0
- package/templates/react/src/components/ModusToolbar.tsx +70 -0
- package/templates/react/src/components/ModusTooltip.tsx +97 -0
- package/templates/react/src/components/ModusUtilityPanel.tsx +198 -0
- package/templates/react/src/components/ThemeSwitcherDropdown.tsx +117 -0
- package/templates/react/src/components/ThemeToggleSimple.tsx +157 -0
- package/templates/react/src/config/routes.ts +196 -0
- package/templates/react/src/contexts/ThemeContext.tsx +81 -0
- package/templates/react/src/contexts/ThemeContextData.tsx +89 -0
- package/templates/react/src/data/modusIcons.ts +865 -0
- package/templates/react/src/demos/accordion-demo/page.tsx +236 -0
- package/templates/react/src/demos/alert-demo/page.tsx +94 -0
- package/templates/react/src/demos/autocomplete-demo/page.tsx +166 -0
- package/templates/react/src/demos/avatar-demo/page.tsx +135 -0
- package/templates/react/src/demos/badge-demo/page.tsx +174 -0
- package/templates/react/src/demos/breadcrumbs-demo/page.tsx +88 -0
- package/templates/react/src/demos/button-demo/page.tsx +261 -0
- package/templates/react/src/demos/button-group-demo/page.tsx +231 -0
- package/templates/react/src/demos/card-demo/page.tsx +241 -0
- package/templates/react/src/demos/checkbox-demo/page.tsx +79 -0
- package/templates/react/src/demos/chip-demo/page.tsx +197 -0
- package/templates/react/src/demos/date-demo/page.tsx +179 -0
- package/templates/react/src/demos/dropdown-demo/page.tsx +150 -0
- package/templates/react/src/demos/file-dropzone-demo/page.tsx +186 -0
- package/templates/react/src/demos/handle-demo/page.tsx +313 -0
- package/templates/react/src/demos/icon-demo/page.tsx +72 -0
- package/templates/react/src/demos/input-feedback-demo/page.tsx +202 -0
- package/templates/react/src/demos/input-label-demo/page.tsx +392 -0
- package/templates/react/src/demos/loader-demo/page.tsx +138 -0
- package/templates/react/src/demos/logo-demo/page.tsx +292 -0
- package/templates/react/src/demos/menu-demo/page.tsx +70 -0
- package/templates/react/src/demos/modal-demo/page.tsx +332 -0
- package/templates/react/src/demos/navbar-demo/page.tsx +141 -0
- package/templates/react/src/demos/number-input-demo/page.tsx +180 -0
- package/templates/react/src/demos/pagination-demo/page.tsx +147 -0
- package/templates/react/src/demos/panel-demo/page.tsx +376 -0
- package/templates/react/src/demos/progress-demo/page.tsx +185 -0
- package/templates/react/src/demos/radio-demo/page.tsx +242 -0
- package/templates/react/src/demos/rating-demo/page.tsx +97 -0
- package/templates/react/src/demos/select-demo/page.tsx +111 -0
- package/templates/react/src/demos/side-navigation-demo/page.tsx +775 -0
- package/templates/react/src/demos/skeleton-demo/page.tsx +107 -0
- package/templates/react/src/demos/slider-demo/page.tsx +78 -0
- package/templates/react/src/demos/stepper-demo/page.tsx +86 -0
- package/templates/react/src/demos/switch-demo/page.tsx +146 -0
- package/templates/react/src/demos/table-demo/page.tsx +489 -0
- package/templates/react/src/demos/tabs-demo/page.tsx +187 -0
- package/templates/react/src/demos/text-input-demo/page.tsx +151 -0
- package/templates/react/src/demos/textarea-demo/page.tsx +73 -0
- package/templates/react/src/demos/theme-switcher-demo/page.tsx +26 -0
- package/templates/react/src/demos/time-input-demo/page.tsx +148 -0
- package/templates/react/src/demos/toast-demo/page.tsx +302 -0
- package/templates/react/src/demos/toolbar-demo/page.tsx +49 -0
- package/templates/react/src/demos/tooltip-demo/page.tsx +209 -0
- package/templates/react/src/demos/typography-test/page.tsx +28 -0
- package/templates/react/src/demos/utility-panel-demo/page.tsx +197 -0
- package/templates/react/src/dev/DevPanel.tsx +219 -0
- package/templates/react/src/dev/DevPanelContext.ts +14 -0
- package/templates/react/src/dev/DevPanelProvider.tsx +63 -0
- package/templates/react/src/dev/DevRoutes.tsx +98 -0
- package/templates/react/src/dev/config.ts +127 -0
- package/templates/react/src/dev/index.ts +8 -0
- package/templates/react/src/dev/useDevPanel.ts +17 -0
- package/templates/react/src/dev-pages/ColorPalettePage.tsx +347 -0
- package/templates/react/src/dev-pages/ComponentsGalleryPage.tsx +489 -0
- package/templates/react/src/dev-pages/IconsPage.tsx +137 -0
- package/templates/react/src/dev-pages/index.ts +3 -0
- package/templates/react/src/hooks/useTheme.ts +15 -0
- package/templates/react/src/index.css +635 -0
- package/templates/react/src/main.tsx +14 -0
- package/templates/react/src/pages/HomePage.tsx +283 -0
- package/templates/react/src/vite-env.d.ts +9 -0
- package/templates/react/tailwind.config.js +58 -0
- package/templates/react/tsconfig.app.json +27 -0
- package/templates/react/tsconfig.json +7 -0
- package/templates/react/tsconfig.node.json +25 -0
- package/templates/react/vite.config.ts +18 -0
|
@@ -0,0 +1,806 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Comprehensive collection of Modus Design System icons organized by category.
|
|
3
|
+
*
|
|
4
|
+
* This object contains all available Modus icons grouped into logical categories
|
|
5
|
+
* for easy discovery and usage. Each category contains an array of icon names
|
|
6
|
+
* that can be used with the ModusIcon component or directly with the modus-icons
|
|
7
|
+
* CSS class.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* // Using with modus-icon component
|
|
11
|
+
* <modus-icon name="add" size="md" />
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* // Using with CSS class
|
|
15
|
+
* <i class="modus-icons">add</i>
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* // Accessing icons by category
|
|
19
|
+
* const navigationIcons = modusIcons["Navigation & UI"];
|
|
20
|
+
* const actionIcons = modusIcons["Actions & Operations"];
|
|
21
|
+
*/
|
|
22
|
+
export const modusIcons: Record<string, string[]> = {
|
|
23
|
+
'Navigation & UI': [
|
|
24
|
+
'arrow_back',
|
|
25
|
+
'arrow_down',
|
|
26
|
+
'arrow_down_circle',
|
|
27
|
+
'arrow_expand_diagonal_left',
|
|
28
|
+
'arrow_expand_diagonal_right',
|
|
29
|
+
'arrow_left',
|
|
30
|
+
'arrow_left_circle',
|
|
31
|
+
'arrow_next',
|
|
32
|
+
'arrow_right',
|
|
33
|
+
'arrow_right_circle',
|
|
34
|
+
'arrow_up',
|
|
35
|
+
'arrow_up_circle',
|
|
36
|
+
'caret_down',
|
|
37
|
+
'caret_down_bold',
|
|
38
|
+
'caret_left',
|
|
39
|
+
'caret_left_bold',
|
|
40
|
+
'caret_right',
|
|
41
|
+
'caret_right_bold',
|
|
42
|
+
'caret_up',
|
|
43
|
+
'caret_up_bold',
|
|
44
|
+
'chevron_double_down',
|
|
45
|
+
'chevron_double_left',
|
|
46
|
+
'chevron_double_right',
|
|
47
|
+
'chevron_double_up',
|
|
48
|
+
'chevron_left',
|
|
49
|
+
'chevron_left_bold',
|
|
50
|
+
'chevron_right',
|
|
51
|
+
'chevron_right_bold',
|
|
52
|
+
'close',
|
|
53
|
+
'close_bold',
|
|
54
|
+
'close_heavy',
|
|
55
|
+
'collapse',
|
|
56
|
+
'collapse_bold',
|
|
57
|
+
'expand',
|
|
58
|
+
'expand_bold',
|
|
59
|
+
'expand_less',
|
|
60
|
+
'expand_less_bold',
|
|
61
|
+
'expand_less_circle',
|
|
62
|
+
'expand_more',
|
|
63
|
+
'expand_more_bold',
|
|
64
|
+
'expand_more_circle',
|
|
65
|
+
'full_screen',
|
|
66
|
+
'home',
|
|
67
|
+
'menu',
|
|
68
|
+
'menu_circle',
|
|
69
|
+
'search',
|
|
70
|
+
'settings',
|
|
71
|
+
],
|
|
72
|
+
|
|
73
|
+
'Actions & Operations': [
|
|
74
|
+
'add',
|
|
75
|
+
'add_bold',
|
|
76
|
+
'add_circle',
|
|
77
|
+
'add_heavy',
|
|
78
|
+
'add_square',
|
|
79
|
+
'backup_restore_cloud',
|
|
80
|
+
'backup_restore_file',
|
|
81
|
+
'copy_content',
|
|
82
|
+
'delete',
|
|
83
|
+
'download',
|
|
84
|
+
'download_line',
|
|
85
|
+
'download_xls',
|
|
86
|
+
'edit_combination',
|
|
87
|
+
'export',
|
|
88
|
+
'fast_forward',
|
|
89
|
+
'fast_rewind',
|
|
90
|
+
'launch',
|
|
91
|
+
'launch_bold',
|
|
92
|
+
'redo',
|
|
93
|
+
'redo_bold',
|
|
94
|
+
'refresh',
|
|
95
|
+
'refresh_bold',
|
|
96
|
+
'remove',
|
|
97
|
+
'remove_bold',
|
|
98
|
+
'remove_circle',
|
|
99
|
+
'remove_heavy',
|
|
100
|
+
'reply',
|
|
101
|
+
'rewind',
|
|
102
|
+
'save_as',
|
|
103
|
+
'save_disk',
|
|
104
|
+
'sync',
|
|
105
|
+
'sync_bold',
|
|
106
|
+
'sync_off',
|
|
107
|
+
'undo',
|
|
108
|
+
'undo_bold',
|
|
109
|
+
'update',
|
|
110
|
+
'upload',
|
|
111
|
+
'upload_xls',
|
|
112
|
+
],
|
|
113
|
+
|
|
114
|
+
'Status & Feedback': [
|
|
115
|
+
'alert',
|
|
116
|
+
'alert_outlined',
|
|
117
|
+
'check',
|
|
118
|
+
'check_bold',
|
|
119
|
+
'check_circle',
|
|
120
|
+
'check_circle_outlined',
|
|
121
|
+
'check_heavy',
|
|
122
|
+
'cancel_circle',
|
|
123
|
+
'cancel_square',
|
|
124
|
+
'cancel_square_outlined',
|
|
125
|
+
'exclamation_mark',
|
|
126
|
+
'help',
|
|
127
|
+
'help_outlined',
|
|
128
|
+
'info',
|
|
129
|
+
'info_outlined',
|
|
130
|
+
'info_token',
|
|
131
|
+
'question',
|
|
132
|
+
'warning',
|
|
133
|
+
'warning_outlined',
|
|
134
|
+
],
|
|
135
|
+
|
|
136
|
+
'Files & Documents': [
|
|
137
|
+
'clipboard',
|
|
138
|
+
'clipboard_actions',
|
|
139
|
+
'clipboard_check',
|
|
140
|
+
'clipboard_empty',
|
|
141
|
+
'clipboard_planning',
|
|
142
|
+
'document',
|
|
143
|
+
'file',
|
|
144
|
+
'file_bar_graph',
|
|
145
|
+
'file_check_in',
|
|
146
|
+
'file_check_out',
|
|
147
|
+
'file_cloud',
|
|
148
|
+
'file_copy',
|
|
149
|
+
'file_edit',
|
|
150
|
+
'file_merge',
|
|
151
|
+
'file_missing',
|
|
152
|
+
'file_new',
|
|
153
|
+
'file_secure',
|
|
154
|
+
'file_table',
|
|
155
|
+
'file_type_bmpf',
|
|
156
|
+
'file_type_csv',
|
|
157
|
+
'file_type_cur',
|
|
158
|
+
'file_type_doc',
|
|
159
|
+
'file_type_ico',
|
|
160
|
+
'file_type_key',
|
|
161
|
+
'file_type_log',
|
|
162
|
+
'file_type_numbers',
|
|
163
|
+
'file_type_pdf',
|
|
164
|
+
'file_type_pem',
|
|
165
|
+
'file_type_rfi',
|
|
166
|
+
'file_type_rfq',
|
|
167
|
+
'file_type_rtf',
|
|
168
|
+
'file_type_text',
|
|
169
|
+
'file_type_tif',
|
|
170
|
+
'file_type_tmp',
|
|
171
|
+
'file_type_xls',
|
|
172
|
+
'folder_closed',
|
|
173
|
+
'folder_locked',
|
|
174
|
+
'folder_new',
|
|
175
|
+
'folder_open',
|
|
176
|
+
'folder_personal',
|
|
177
|
+
'folder_project',
|
|
178
|
+
'folder_public',
|
|
179
|
+
'folder_share',
|
|
180
|
+
'folder_unlocked',
|
|
181
|
+
'paperclip',
|
|
182
|
+
],
|
|
183
|
+
|
|
184
|
+
'Media & Content': [
|
|
185
|
+
'camera',
|
|
186
|
+
'camera_disabled',
|
|
187
|
+
'camera_photo_add',
|
|
188
|
+
'image',
|
|
189
|
+
'image_add',
|
|
190
|
+
'image_disabled',
|
|
191
|
+
'image_scene',
|
|
192
|
+
'image_square',
|
|
193
|
+
'image_square_off',
|
|
194
|
+
'image_square_off_outline',
|
|
195
|
+
'image_square_outline',
|
|
196
|
+
'mic',
|
|
197
|
+
'pause_circle',
|
|
198
|
+
'play_circle',
|
|
199
|
+
'screenshot',
|
|
200
|
+
'screen',
|
|
201
|
+
'stop_circle',
|
|
202
|
+
'video',
|
|
203
|
+
'video_add',
|
|
204
|
+
'video_disabled',
|
|
205
|
+
'volume_down',
|
|
206
|
+
'volume_mute',
|
|
207
|
+
'volume_up',
|
|
208
|
+
],
|
|
209
|
+
|
|
210
|
+
Communication: [
|
|
211
|
+
'chat',
|
|
212
|
+
'comment',
|
|
213
|
+
'comment_add',
|
|
214
|
+
'comment_empty',
|
|
215
|
+
'comment_message',
|
|
216
|
+
'comment_message_disabled',
|
|
217
|
+
'email',
|
|
218
|
+
'email_add',
|
|
219
|
+
'envelope',
|
|
220
|
+
'megaphone',
|
|
221
|
+
'notifications',
|
|
222
|
+
'notifications_off',
|
|
223
|
+
'phone',
|
|
224
|
+
'phone_call',
|
|
225
|
+
'phone_hang_up',
|
|
226
|
+
'phone_mobile',
|
|
227
|
+
'rss_feed',
|
|
228
|
+
'share',
|
|
229
|
+
],
|
|
230
|
+
|
|
231
|
+
'Time & Calendar': [
|
|
232
|
+
'calendar',
|
|
233
|
+
'calendar_add',
|
|
234
|
+
'calendar_and_key',
|
|
235
|
+
'calendar_blank',
|
|
236
|
+
'calendar_booking',
|
|
237
|
+
'calendar_cancel',
|
|
238
|
+
'calendar_check',
|
|
239
|
+
'calendar_clock',
|
|
240
|
+
'calendar_event',
|
|
241
|
+
'calendar_loading_unloading',
|
|
242
|
+
'calendar_loading_unloading_date',
|
|
243
|
+
'calendar_plus',
|
|
244
|
+
'calendar_rebook',
|
|
245
|
+
'calendar_reserve',
|
|
246
|
+
'calendar_show',
|
|
247
|
+
'calendar_time_slot',
|
|
248
|
+
'calendar_week',
|
|
249
|
+
'clock',
|
|
250
|
+
'clock_add',
|
|
251
|
+
'clock_checkmark',
|
|
252
|
+
'clock_delay_warning',
|
|
253
|
+
'clock_delayed',
|
|
254
|
+
'clock_locked',
|
|
255
|
+
'clock_question_mark',
|
|
256
|
+
'history',
|
|
257
|
+
'hourglass',
|
|
258
|
+
'time_off_work',
|
|
259
|
+
'time_slot_not_reserved',
|
|
260
|
+
'time_slot_reserved',
|
|
261
|
+
'timer',
|
|
262
|
+
'timer_countdown',
|
|
263
|
+
'timesheet',
|
|
264
|
+
'timesheet_approve',
|
|
265
|
+
],
|
|
266
|
+
|
|
267
|
+
'User & Account': [
|
|
268
|
+
'key',
|
|
269
|
+
'lock',
|
|
270
|
+
'lock_open',
|
|
271
|
+
'manage_accounts',
|
|
272
|
+
'manage_people',
|
|
273
|
+
'password',
|
|
274
|
+
'people_add',
|
|
275
|
+
'people_couple',
|
|
276
|
+
'people_group',
|
|
277
|
+
'person',
|
|
278
|
+
'person_account',
|
|
279
|
+
'person_add',
|
|
280
|
+
'person_clock',
|
|
281
|
+
'person_edit',
|
|
282
|
+
'person_remove',
|
|
283
|
+
'sign_in',
|
|
284
|
+
'sign_out',
|
|
285
|
+
'user_account',
|
|
286
|
+
'user_active',
|
|
287
|
+
'user_guide',
|
|
288
|
+
'user_inactive',
|
|
289
|
+
'user_passkey',
|
|
290
|
+
'user_permissions',
|
|
291
|
+
],
|
|
292
|
+
|
|
293
|
+
'Data & Analytics': [
|
|
294
|
+
'bar_graph',
|
|
295
|
+
'bar_graph_line',
|
|
296
|
+
'bar_graph_square',
|
|
297
|
+
'dashboard',
|
|
298
|
+
'data_missing',
|
|
299
|
+
'data_transfer_off',
|
|
300
|
+
'gantt_chart',
|
|
301
|
+
'line_diagonal',
|
|
302
|
+
'line_graph',
|
|
303
|
+
'table',
|
|
304
|
+
],
|
|
305
|
+
|
|
306
|
+
'System & Settings': [
|
|
307
|
+
'cloud',
|
|
308
|
+
'cloud_connected',
|
|
309
|
+
'cloud_disconnected',
|
|
310
|
+
'cloud_download',
|
|
311
|
+
'cloud_upload',
|
|
312
|
+
'gears',
|
|
313
|
+
'server',
|
|
314
|
+
'server_round',
|
|
315
|
+
],
|
|
316
|
+
|
|
317
|
+
'Navigation & Location': [
|
|
318
|
+
'antenna',
|
|
319
|
+
'compass',
|
|
320
|
+
'gps',
|
|
321
|
+
'location',
|
|
322
|
+
'location_add',
|
|
323
|
+
'location_add_multiple',
|
|
324
|
+
'location_arrow',
|
|
325
|
+
'location_disabled',
|
|
326
|
+
'location_point',
|
|
327
|
+
'map',
|
|
328
|
+
'map_2d',
|
|
329
|
+
'map_marker',
|
|
330
|
+
'map_marker_circle',
|
|
331
|
+
'map_marker_multiple',
|
|
332
|
+
'map_markers',
|
|
333
|
+
'map_poi',
|
|
334
|
+
'satellite',
|
|
335
|
+
],
|
|
336
|
+
|
|
337
|
+
'Tools & Utilities': [
|
|
338
|
+
'brush',
|
|
339
|
+
'color_picker',
|
|
340
|
+
'hammer',
|
|
341
|
+
'paint_bucket',
|
|
342
|
+
'palette',
|
|
343
|
+
'settings',
|
|
344
|
+
'wrench',
|
|
345
|
+
],
|
|
346
|
+
|
|
347
|
+
'Weather & Environment': [
|
|
348
|
+
'cloud',
|
|
349
|
+
'cloud_connected',
|
|
350
|
+
'cloud_disconnected',
|
|
351
|
+
'day_mostly_cloudy',
|
|
352
|
+
'day_partly_cloudy',
|
|
353
|
+
'drizzle',
|
|
354
|
+
'fog',
|
|
355
|
+
'hail',
|
|
356
|
+
'hail_heavy',
|
|
357
|
+
'hail_light',
|
|
358
|
+
'ice',
|
|
359
|
+
'moon',
|
|
360
|
+
'night_mostly_cloudy',
|
|
361
|
+
'night_partly_cloudy',
|
|
362
|
+
'overcast',
|
|
363
|
+
'rain',
|
|
364
|
+
'rain_heavy',
|
|
365
|
+
'rain_icy',
|
|
366
|
+
'raindrop',
|
|
367
|
+
'snow_heavy',
|
|
368
|
+
'snow_light',
|
|
369
|
+
'snow_particle',
|
|
370
|
+
'snowflake',
|
|
371
|
+
'snowflakes',
|
|
372
|
+
'sun',
|
|
373
|
+
'thunderstorm_heavy',
|
|
374
|
+
'thunderstorm_light',
|
|
375
|
+
'wind',
|
|
376
|
+
'wintery_mix',
|
|
377
|
+
],
|
|
378
|
+
|
|
379
|
+
Transportation: [
|
|
380
|
+
'delivery_truck',
|
|
381
|
+
'delivery_truck_allocate',
|
|
382
|
+
'delivery_truck_motion',
|
|
383
|
+
'drone',
|
|
384
|
+
'forklift',
|
|
385
|
+
'helicopter',
|
|
386
|
+
'truck_add',
|
|
387
|
+
'truck_warning_delay',
|
|
388
|
+
],
|
|
389
|
+
|
|
390
|
+
'Business & Finance': [
|
|
391
|
+
'costs',
|
|
392
|
+
'credit_card',
|
|
393
|
+
'invoice',
|
|
394
|
+
'invoice_euro',
|
|
395
|
+
'invoice_pound',
|
|
396
|
+
'invoice_yen',
|
|
397
|
+
'payment_instant',
|
|
398
|
+
'submit_expense',
|
|
399
|
+
],
|
|
400
|
+
|
|
401
|
+
'Technology & Devices': [
|
|
402
|
+
'headset',
|
|
403
|
+
'keyboard',
|
|
404
|
+
'keyboard_keys',
|
|
405
|
+
'mobile_app_version',
|
|
406
|
+
'mouse',
|
|
407
|
+
'printer',
|
|
408
|
+
'tablet',
|
|
409
|
+
],
|
|
410
|
+
|
|
411
|
+
'Health & Medical': ['heart', 'pulse'],
|
|
412
|
+
|
|
413
|
+
'Education & Learning': ['certificate', 'learn'],
|
|
414
|
+
|
|
415
|
+
'Security & Safety': [
|
|
416
|
+
'alert',
|
|
417
|
+
'alert_outlined',
|
|
418
|
+
'lock',
|
|
419
|
+
'lock_open',
|
|
420
|
+
'shield',
|
|
421
|
+
'warning',
|
|
422
|
+
'warning_outlined',
|
|
423
|
+
],
|
|
424
|
+
|
|
425
|
+
'Shopping & Commerce': ['shopping_cart', 'shopping_cart_minus', 'shopping_cart_plus'],
|
|
426
|
+
|
|
427
|
+
'Social & Community': ['people_add', 'people_couple', 'people_group'],
|
|
428
|
+
|
|
429
|
+
'Science & Research': ['labs'],
|
|
430
|
+
|
|
431
|
+
'Art & Design': ['brush', 'color_picker', 'paint_bucket', 'palette'],
|
|
432
|
+
|
|
433
|
+
'Food & Dining': ['coffee_cup'],
|
|
434
|
+
|
|
435
|
+
'Travel & Tourism': ['ticket', 'ticket_plane'],
|
|
436
|
+
|
|
437
|
+
'Home & Living': ['home'],
|
|
438
|
+
|
|
439
|
+
'Numbers & Special': [
|
|
440
|
+
'2_layers',
|
|
441
|
+
'2_layers_off',
|
|
442
|
+
'360',
|
|
443
|
+
'add_square',
|
|
444
|
+
'x12',
|
|
445
|
+
'x7',
|
|
446
|
+
'x7_card',
|
|
447
|
+
'x7_settings',
|
|
448
|
+
],
|
|
449
|
+
|
|
450
|
+
Miscellaneous: [
|
|
451
|
+
'accessibility',
|
|
452
|
+
'accessibility_circle',
|
|
453
|
+
'address',
|
|
454
|
+
'advanced_instructions',
|
|
455
|
+
'alarm_add',
|
|
456
|
+
'alarm_off',
|
|
457
|
+
'alarm_on',
|
|
458
|
+
'align_bottom',
|
|
459
|
+
'align_center_horiz',
|
|
460
|
+
'align_center_vert',
|
|
461
|
+
'align_left',
|
|
462
|
+
'align_right',
|
|
463
|
+
'align_top',
|
|
464
|
+
'angle_90',
|
|
465
|
+
'apps',
|
|
466
|
+
'arc',
|
|
467
|
+
'artificial_intelligence',
|
|
468
|
+
'barcode',
|
|
469
|
+
'battery_0_horizontal',
|
|
470
|
+
'battery_0_vertical',
|
|
471
|
+
'battery_25_horizontal',
|
|
472
|
+
'battery_25_vertical',
|
|
473
|
+
'battery_50_horizontal',
|
|
474
|
+
'battery_50_vertical',
|
|
475
|
+
'battery_75_horizontal',
|
|
476
|
+
'battery_75_vertical',
|
|
477
|
+
'battery_charging_horizontal',
|
|
478
|
+
'battery_charging_vertical',
|
|
479
|
+
'battery_full_horizontal',
|
|
480
|
+
'battery_full_vertical',
|
|
481
|
+
'between',
|
|
482
|
+
'bolt',
|
|
483
|
+
'bookings',
|
|
484
|
+
'bookings_open',
|
|
485
|
+
'box_select',
|
|
486
|
+
'briefcase',
|
|
487
|
+
'brightness',
|
|
488
|
+
'bug',
|
|
489
|
+
'bug_report',
|
|
490
|
+
'building_corporate',
|
|
491
|
+
'buildings',
|
|
492
|
+
'calculate',
|
|
493
|
+
'calculator',
|
|
494
|
+
'calculator_symbols',
|
|
495
|
+
'cell_merge',
|
|
496
|
+
'cell_properties',
|
|
497
|
+
'cell_split',
|
|
498
|
+
'circle_notch',
|
|
499
|
+
'circle_outline',
|
|
500
|
+
'code',
|
|
501
|
+
'collapse',
|
|
502
|
+
'collapse_bold',
|
|
503
|
+
'column_copy',
|
|
504
|
+
'column_cut',
|
|
505
|
+
'column_delete',
|
|
506
|
+
'column_insert_after',
|
|
507
|
+
'column_insert_before',
|
|
508
|
+
'column_paste_after',
|
|
509
|
+
'column_paste_before',
|
|
510
|
+
'column_properties',
|
|
511
|
+
'columns',
|
|
512
|
+
'combine',
|
|
513
|
+
'component',
|
|
514
|
+
'contacts',
|
|
515
|
+
'contrast',
|
|
516
|
+
'crop',
|
|
517
|
+
'cube',
|
|
518
|
+
'curly_brackets',
|
|
519
|
+
'cursor',
|
|
520
|
+
'cursor_add',
|
|
521
|
+
'cursor_remove',
|
|
522
|
+
'drag_corner',
|
|
523
|
+
'drag_horizontal',
|
|
524
|
+
'drag_indicator',
|
|
525
|
+
'drag_vertical',
|
|
526
|
+
'drivers',
|
|
527
|
+
'earnings_statement',
|
|
528
|
+
'eraser',
|
|
529
|
+
'factory',
|
|
530
|
+
'filter',
|
|
531
|
+
'filter_list',
|
|
532
|
+
'filter_off',
|
|
533
|
+
'first_page',
|
|
534
|
+
'flag',
|
|
535
|
+
'flag_finish',
|
|
536
|
+
'floorplan',
|
|
537
|
+
'flowchart',
|
|
538
|
+
'footprints',
|
|
539
|
+
'forestry',
|
|
540
|
+
'frame',
|
|
541
|
+
'freight_market',
|
|
542
|
+
'freight_matching',
|
|
543
|
+
'freight_trolley',
|
|
544
|
+
'function',
|
|
545
|
+
'gavel',
|
|
546
|
+
'greater_than_equal_to',
|
|
547
|
+
'group_items',
|
|
548
|
+
'hand',
|
|
549
|
+
'hard_hat',
|
|
550
|
+
'icons_shapes',
|
|
551
|
+
'image_scene',
|
|
552
|
+
'in_cab_device',
|
|
553
|
+
'in_field_device',
|
|
554
|
+
'inspect',
|
|
555
|
+
'item_begins_with',
|
|
556
|
+
'item_contains',
|
|
557
|
+
'item_does_not_contain',
|
|
558
|
+
'item_does_not_equal',
|
|
559
|
+
'item_ends_with',
|
|
560
|
+
'item_equals',
|
|
561
|
+
'language',
|
|
562
|
+
'last_page',
|
|
563
|
+
'layer',
|
|
564
|
+
'less_than_equal_to',
|
|
565
|
+
'lightbulb_off',
|
|
566
|
+
'lightbulb_on',
|
|
567
|
+
'lightning',
|
|
568
|
+
'link',
|
|
569
|
+
'link_broken',
|
|
570
|
+
'link_off',
|
|
571
|
+
'list_bulleted',
|
|
572
|
+
'list_numbered',
|
|
573
|
+
'list_shapes',
|
|
574
|
+
'magic_wand',
|
|
575
|
+
'master_data',
|
|
576
|
+
'mix',
|
|
577
|
+
'monetarization',
|
|
578
|
+
'more_circle',
|
|
579
|
+
'more_horizontal',
|
|
580
|
+
'more_vertical',
|
|
581
|
+
'move',
|
|
582
|
+
'move_last_down',
|
|
583
|
+
'move_last_left',
|
|
584
|
+
'move_last_right',
|
|
585
|
+
'move_last_up',
|
|
586
|
+
'no_package',
|
|
587
|
+
'no_truck',
|
|
588
|
+
'not_synced_bold',
|
|
589
|
+
'object_mirror',
|
|
590
|
+
'object_outline',
|
|
591
|
+
'object_rotate',
|
|
592
|
+
'offers',
|
|
593
|
+
'pager',
|
|
594
|
+
'pan',
|
|
595
|
+
'paper_plane',
|
|
596
|
+
'pen',
|
|
597
|
+
'pencil',
|
|
598
|
+
'pin',
|
|
599
|
+
'pin_add',
|
|
600
|
+
'pin_straight',
|
|
601
|
+
'pin_straight_cancel',
|
|
602
|
+
'point_marker_tool',
|
|
603
|
+
'polygon',
|
|
604
|
+
'polygon_area_tool',
|
|
605
|
+
'polygon_concave',
|
|
606
|
+
'polygon_cone',
|
|
607
|
+
'polygon_drag_rectangle',
|
|
608
|
+
'polygon_line_tool',
|
|
609
|
+
'polygon_merge',
|
|
610
|
+
'polygon_select',
|
|
611
|
+
'pulse',
|
|
612
|
+
'qr_code',
|
|
613
|
+
'quick_login',
|
|
614
|
+
'ruler',
|
|
615
|
+
'scan_barcode',
|
|
616
|
+
'schema',
|
|
617
|
+
'scissors',
|
|
618
|
+
'shortcut',
|
|
619
|
+
'shovel',
|
|
620
|
+
'show_less_caret',
|
|
621
|
+
'show_more_caret',
|
|
622
|
+
'signal',
|
|
623
|
+
'smiley_dissatisfied',
|
|
624
|
+
'smiley_dissatisfied_outlined',
|
|
625
|
+
'smiley_neutral',
|
|
626
|
+
'smiley_neutral_outlined',
|
|
627
|
+
'smiley_satisfied',
|
|
628
|
+
'smiley_satisfied_outlined',
|
|
629
|
+
'smiley_somewhat_dissatisfied',
|
|
630
|
+
'smiley_somewhat_dissatisfied_outlined',
|
|
631
|
+
'smiley_somewhat_satisfied',
|
|
632
|
+
'smiley_somewhat_satisfied_outlined',
|
|
633
|
+
'sort',
|
|
634
|
+
'sort_alpha_down',
|
|
635
|
+
'sort_alpha_up',
|
|
636
|
+
'sort_arrow_down',
|
|
637
|
+
'sort_arrow_up',
|
|
638
|
+
'sort_down',
|
|
639
|
+
'sort_up',
|
|
640
|
+
'star',
|
|
641
|
+
'star_half',
|
|
642
|
+
'star_locked',
|
|
643
|
+
'star_northern',
|
|
644
|
+
'star_outlined',
|
|
645
|
+
'stars',
|
|
646
|
+
'street_measurement',
|
|
647
|
+
'sun',
|
|
648
|
+
'swap',
|
|
649
|
+
'switch_account',
|
|
650
|
+
'switch_left',
|
|
651
|
+
'switch_right',
|
|
652
|
+
'tag',
|
|
653
|
+
'tag_disabled',
|
|
654
|
+
'template',
|
|
655
|
+
'text_align_left',
|
|
656
|
+
'text_align_right',
|
|
657
|
+
'text_bold',
|
|
658
|
+
'text_centered',
|
|
659
|
+
'text_grow',
|
|
660
|
+
'text_input',
|
|
661
|
+
'text_input_long',
|
|
662
|
+
'text_input_short',
|
|
663
|
+
'text_italic',
|
|
664
|
+
'text_marker',
|
|
665
|
+
'text_shrink',
|
|
666
|
+
'text_strikethrough',
|
|
667
|
+
'text_truncated',
|
|
668
|
+
'text_underlined',
|
|
669
|
+
'thermometer_cold',
|
|
670
|
+
'thermometer_hot',
|
|
671
|
+
'thumbs_down',
|
|
672
|
+
'thumbs_up',
|
|
673
|
+
'toggle_center',
|
|
674
|
+
'toggle_left_panel',
|
|
675
|
+
'toggle_off',
|
|
676
|
+
'toggle_on',
|
|
677
|
+
'toggle_right_panel',
|
|
678
|
+
'traffic_cone',
|
|
679
|
+
'tree_structure',
|
|
680
|
+
'triangle_down',
|
|
681
|
+
'triangle_left',
|
|
682
|
+
'triangle_right',
|
|
683
|
+
'triangle_up',
|
|
684
|
+
'trimble_logo',
|
|
685
|
+
'tune',
|
|
686
|
+
'tune_circle',
|
|
687
|
+
'uncombine',
|
|
688
|
+
'unfold_less',
|
|
689
|
+
'unfold_more',
|
|
690
|
+
'unit_selector',
|
|
691
|
+
'unsorted_arrows',
|
|
692
|
+
'user_guide',
|
|
693
|
+
'vr_xr',
|
|
694
|
+
'warehouse',
|
|
695
|
+
'web',
|
|
696
|
+
'wheelbarrow',
|
|
697
|
+
'widgets',
|
|
698
|
+
'wifi',
|
|
699
|
+
'wifi_no_internet',
|
|
700
|
+
'wifi_off',
|
|
701
|
+
'window',
|
|
702
|
+
'window_dock_undock',
|
|
703
|
+
'window_fit',
|
|
704
|
+
'window_resize',
|
|
705
|
+
'window_side_panel',
|
|
706
|
+
'window_template',
|
|
707
|
+
'window_views',
|
|
708
|
+
'window_wireframe',
|
|
709
|
+
'zoom_box',
|
|
710
|
+
'zoom_center',
|
|
711
|
+
'zoom_in',
|
|
712
|
+
'zoom_out',
|
|
713
|
+
],
|
|
714
|
+
|
|
715
|
+
'Specialized & Technical': [
|
|
716
|
+
'archive_square',
|
|
717
|
+
'auto_target',
|
|
718
|
+
'avoidance_zone',
|
|
719
|
+
'background_dark',
|
|
720
|
+
'background_light',
|
|
721
|
+
'base_station',
|
|
722
|
+
'bullseye',
|
|
723
|
+
'bullseye_off',
|
|
724
|
+
'bullseye_warning',
|
|
725
|
+
'clip',
|
|
726
|
+
'compactor',
|
|
727
|
+
'corner',
|
|
728
|
+
'dashboard_tiles',
|
|
729
|
+
'design_package',
|
|
730
|
+
'device_cb460',
|
|
731
|
+
'device_tsc7',
|
|
732
|
+
'devices_group',
|
|
733
|
+
'devices_status',
|
|
734
|
+
'dozer',
|
|
735
|
+
'easting',
|
|
736
|
+
'edit_mode',
|
|
737
|
+
'electric_meter_off',
|
|
738
|
+
'electric_meter_off_outline',
|
|
739
|
+
'electric_meter_outline_rounded',
|
|
740
|
+
'electric_meter_rounded',
|
|
741
|
+
'electric_meter_rounded_warn',
|
|
742
|
+
'elevation',
|
|
743
|
+
'gnss',
|
|
744
|
+
'gnss_r8',
|
|
745
|
+
'gnss_r8s_base',
|
|
746
|
+
'gnss_rpt',
|
|
747
|
+
'gnss_rts',
|
|
748
|
+
'gnss_sps986',
|
|
749
|
+
'grader',
|
|
750
|
+
'hex',
|
|
751
|
+
'horizontal_accuracy',
|
|
752
|
+
'machine',
|
|
753
|
+
'machines',
|
|
754
|
+
'measure_up',
|
|
755
|
+
'northing',
|
|
756
|
+
'orbit',
|
|
757
|
+
'orthogonal',
|
|
758
|
+
'perspective',
|
|
759
|
+
'prism_pole',
|
|
760
|
+
'prism_pole_extend',
|
|
761
|
+
'receiver_generic_error_filled',
|
|
762
|
+
'receiver_generic_error_outline',
|
|
763
|
+
'receiver_generic_filled',
|
|
764
|
+
'receiver_generic_off_filled',
|
|
765
|
+
'receiver_generic_off_outline',
|
|
766
|
+
'receiver_generic_outline',
|
|
767
|
+
'receiver_generic_warn_filled',
|
|
768
|
+
'receiver_generic_warn_outline',
|
|
769
|
+
'ri',
|
|
770
|
+
'rpt',
|
|
771
|
+
'rts',
|
|
772
|
+
'rts_off',
|
|
773
|
+
'rts_rpt',
|
|
774
|
+
'select_area',
|
|
775
|
+
'sx10',
|
|
776
|
+
'sync_filled',
|
|
777
|
+
'todo',
|
|
778
|
+
'todo_add',
|
|
779
|
+
'total_station',
|
|
780
|
+
'total_station_lost',
|
|
781
|
+
'unarchive_square',
|
|
782
|
+
'vertical_accuracy',
|
|
783
|
+
'view_2_rows',
|
|
784
|
+
'view_3_column',
|
|
785
|
+
'visibility_off',
|
|
786
|
+
'visibility_on',
|
|
787
|
+
'visibility_part_outline',
|
|
788
|
+
'workers_queue',
|
|
789
|
+
'xr10',
|
|
790
|
+
],
|
|
791
|
+
};
|
|
792
|
+
|
|
793
|
+
/**
|
|
794
|
+
* Flattened array containing all Modus icon names from all categories.
|
|
795
|
+
*/
|
|
796
|
+
export const allModusIcons = Object.values(modusIcons).flat();
|
|
797
|
+
|
|
798
|
+
/**
|
|
799
|
+
* Total number of available Modus icons across all categories.
|
|
800
|
+
*/
|
|
801
|
+
export const totalIconCount = allModusIcons.length;
|
|
802
|
+
|
|
803
|
+
/**
|
|
804
|
+
* Number of icon categories in the Modus icon collection.
|
|
805
|
+
*/
|
|
806
|
+
export const categoryCount = Object.keys(modusIcons).length;
|