injast-core 1.0.82 → 1.0.83

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.
Files changed (28) hide show
  1. package/README.md +67 -1
  2. package/dist/components/index.js +1143 -1
  3. package/dist/constants/index.js +4 -0
  4. package/dist/headphone-FHILIBNI.svg +7 -0
  5. package/dist/index.js +1160 -17
  6. package/dist/types/components/index.d.ts +19 -0
  7. package/dist/types/constants/index.d.ts +1 -0
  8. package/dist/types/mobile-app-template/components/mobile-app-footer-nav.d.ts +16 -0
  9. package/dist/types/mobile-app-template/components/mobile-app-layout.d.ts +19 -0
  10. package/dist/types/mobile-app-template/index.d.ts +2 -0
  11. package/dist/types/shared/components/Badge.d.ts +7 -0
  12. package/dist/types/shared/components/SidebarRow.d.ts +40 -0
  13. package/dist/types/shared/components/TemplateDashboardSidebar.d.ts +24 -0
  14. package/dist/types/shared/components/app-page-footer.d.ts +14 -0
  15. package/dist/types/shared/components/app-page-header.d.ts +28 -0
  16. package/dist/types/shared/components/template-dashboard/TemplateDashboard.d.ts +2 -0
  17. package/dist/types/shared/components/template-dashboard/TemplateDashboard.types.d.ts +18 -0
  18. package/dist/types/shared/components/template-dashboard/index.d.ts +3 -0
  19. package/dist/types/shared/components/template-dashboard-header/TemplateDashboardHeader.d.ts +3 -0
  20. package/dist/types/shared/components/template-dashboard-header/TemplateDashboardHeader.styles.d.ts +99 -0
  21. package/dist/types/shared/components/template-dashboard-header/TemplateDashboardHeader.types.d.ts +8 -0
  22. package/dist/types/shared/components/template-dashboard-header/index.d.ts +3 -0
  23. package/dist/types/theme/colors.d.ts +36 -0
  24. package/guidelines/Guidelines.md +15 -11
  25. package/guidelines/ai-index.md +111 -0
  26. package/guidelines/components/app-templates.md +103 -0
  27. package/package.json +5 -3
  28. package/skills/injast-app-builder/SKILL.md +9 -4
@@ -132,7 +132,11 @@ var defaultColors = {
132
132
 
133
133
  // src/constants/stepConnectorClasses.ts
134
134
  import { stepConnectorClasses as MuiStepConnectorClasses } from "@mui/material";
135
+
136
+ // src/constants/index.ts
137
+ var APP_LAYOUT_MAX_WIDTH = 550;
135
138
  export {
139
+ APP_LAYOUT_MAX_WIDTH,
136
140
  defaultColors,
137
141
  MuiStepConnectorClasses as stepConnectorClasses
138
142
  };
@@ -0,0 +1,7 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.8332 14.1663H14.9998C14.5398 14.1663 14.1665 13.793 14.1665 13.333V9.16634C14.1665 8.70634 14.5398 8.33301 14.9998 8.33301H15.8332C16.754 8.33301 17.4998 9.07884 17.4998 9.99967V12.4997C17.4998 13.4205 16.754 14.1663 15.8332 14.1663Z" stroke="#4F545E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5 14.1663H4.16667C3.24583 14.1663 2.5 13.4205 2.5 12.4997V9.99967C2.5 9.07884 3.24583 8.33301 4.16667 8.33301H5C5.46 8.33301 5.83333 8.70634 5.83333 9.16634V13.333C5.83333 13.793 5.46 14.1663 5 14.1663Z" stroke="#4F545E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M15.4168 8.33333V7.91667C15.4168 4.925 12.9918 2.5 10.0002 2.5V2.5C7.0085 2.5 4.5835 4.925 4.5835 7.91667V8.33333" stroke="#4F545E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.5208 17.7083H9.47917C8.90417 17.7083 8.4375 17.2417 8.4375 16.6667V16.6667C8.4375 16.0917 8.90417 15.625 9.47917 15.625H10.5208C11.0958 15.625 11.5625 16.0917 11.5625 16.6667V16.6667C11.5625 17.2417 11.0958 17.7083 10.5208 17.7083Z" stroke="#4F545E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M11.5625 16.667H13.3333C14.2542 16.667 15 15.9212 15 15.0003V14.167" stroke="#4F545E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
7
+ </svg>