119 lines
4.1 KiB
JSON
119 lines
4.1 KiB
JSON
{
|
|
"schemaVersion": "0.1.0",
|
|
"projects": {
|
|
"nodedc_launcher": {
|
|
"root": "/Users/dcconstructions/Downloads/mnt/data/nodedc_launcher",
|
|
"sources": {
|
|
"tokensAndCss": [
|
|
"src/styles/globals.css"
|
|
],
|
|
"colorUtilities": [
|
|
"src/shared/lib/accentContrast.ts"
|
|
],
|
|
"topBar": [
|
|
"src/widgets/top-bar/TopBar.tsx"
|
|
],
|
|
"launcherStage": [
|
|
"src/widgets/service-stage/ServiceStage.tsx"
|
|
],
|
|
"serviceRail": [
|
|
"src/widgets/service-rail/ServiceRail.tsx"
|
|
],
|
|
"adminOverlay": [
|
|
"src/widgets/admin-overlay/AdminOverlay.tsx"
|
|
],
|
|
"primitiveUi": [
|
|
"src/shared/ui/Button.tsx",
|
|
"src/shared/ui/Glass.tsx",
|
|
"src/shared/ui/PortalDropdown.tsx",
|
|
"src/shared/nodedc-ui/Dropdown.tsx",
|
|
"src/shared/nodedc-ui/Select.tsx",
|
|
"src/shared/nodedc-ui/DeleteModal.tsx",
|
|
"src/shared/nodedc-ui/Calendar.tsx",
|
|
"src/shared/nodedc-ui/ProfileMenu.tsx",
|
|
"src/shared/nodedc-ui/index.ts"
|
|
],
|
|
"storage": [
|
|
"src/shared/api/storageApi.ts"
|
|
]
|
|
}
|
|
},
|
|
"nodedc_taskmanager": {
|
|
"root": "/Users/dcconstructions/Downloads/mnt/data/dc_taskmanager/NODEDC_TASKMANAGER",
|
|
"sources": {
|
|
"existingDocs": [
|
|
"HDESIGN-CODE.md",
|
|
"HDROPDOWN-CANON.md",
|
|
"HUI-CANON-AUDIT.md",
|
|
"design.config.json"
|
|
],
|
|
"tokensAndCss": [
|
|
"plane-src/apps/web/styles/globals.css"
|
|
],
|
|
"actionDropdown": [
|
|
"plane-src/packages/ui/src/dropdowns/action-dropdown.tsx"
|
|
],
|
|
"dateDropdown": [
|
|
"plane-src/apps/web/core/components/dropdowns/date.tsx"
|
|
],
|
|
"profileMenu": [
|
|
"plane-src/apps/web/core/components/workspace/sidebar/user-menu-root.tsx"
|
|
],
|
|
"workItemCard": [
|
|
"plane-src/apps/web/core/components/issues/issue-layouts/shared/nodedc-work-item-card.tsx"
|
|
],
|
|
"appHeader": [
|
|
"plane-src/apps/web/core/components/core/app-header.tsx",
|
|
"plane-src/apps/web/ce/components/common/extended-app-header.tsx"
|
|
],
|
|
"deleteModal": [
|
|
"plane-src/packages/ui/src/modals/alert-modal.tsx",
|
|
"plane-src/packages/ui/src/modals/modal-core.tsx"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"crossProjectMapping": [
|
|
{
|
|
"component": "button",
|
|
"launcher": ["Button", "button--accent", "Button surface='modal'", "ServiceContentModal footer", "EntityModalFoot"],
|
|
"taskManager": ["nodedc-modal-primary-button", "nodedc-modal-secondary-button", "nodedc-modal-danger-button"]
|
|
},
|
|
{
|
|
"component": "dropdown-surface",
|
|
"launcher": ["NodeDcDropdown", "nodedc-ui-dropdown-surface", "nodedc-dropdown-surface"],
|
|
"taskManager": ["nodedc-dropdown-surface", "nodedc-dropdown-option"]
|
|
},
|
|
{
|
|
"component": "select-dropdown",
|
|
"launcher": ["NodeDcSelect", "TopBar selectors", "AdminOverlay role/type/client selectors"],
|
|
"taskManager": ["ActionDropdown option menu pattern"]
|
|
},
|
|
{
|
|
"component": "calendar-popover",
|
|
"launcher": ["NodeDcDateField", "NodeDcCalendar", "src/shared/nodedc-ui/calendar.css"],
|
|
"taskManager": ["DateDropdown", "nodedc-calendar-shell"]
|
|
},
|
|
{
|
|
"component": "profile-menu",
|
|
"launcher": ["NodeDcProfileMenu", "TopBar profile cluster"],
|
|
"taskManager": ["UserMenuRoot"]
|
|
},
|
|
{
|
|
"component": "admin-table",
|
|
"launcher": ["ServicesSection", "ClientsSection", "UsersSection", "GroupsSection"],
|
|
"taskManager": ["settings tables and external contour settings classes"]
|
|
},
|
|
{
|
|
"component": "delete-modal",
|
|
"launcher": ["NodeDcDeleteModal", "EntityModalFoot deleteConfig", "ServiceContentModal delete confirmation"],
|
|
"taskManager": ["AlertModalCore", "ModalCore", "nodedc-glass-modal"]
|
|
},
|
|
{
|
|
"component": "accent-contrast",
|
|
"launcher": ["createNodedcAccentStyleVars", "getReadableNodedcTextRgb"],
|
|
"taskManager": ["packages/utils/src/theme/nodedc-accent.ts", "--nodedc-on-accent-rgb"]
|
|
}
|
|
]
|
|
}
|