@solidxai/core-ui 0.1.13-beta.1 → 0.1.13-beta.2

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 (481) hide show
  1. package/dist/components/common/SolidFieldTooltip.d.ts.map +1 -1
  2. package/dist/components/common/SolidFieldTooltip.js +33 -1
  3. package/dist/components/common/SolidFieldTooltip.js.map +1 -1
  4. package/dist/components/common/SolidFieldTooltip.tsx +64 -8
  5. package/dist/components/core/chatter/SolidChatter.d.ts.map +1 -1
  6. package/dist/components/core/chatter/SolidChatter.js +4 -2
  7. package/dist/components/core/chatter/SolidChatter.js.map +1 -1
  8. package/dist/components/core/chatter/SolidChatter.tsx +4 -1
  9. package/dist/components/core/chatter/SolidChatterMentionMenu.d.ts +9 -0
  10. package/dist/components/core/chatter/SolidChatterMentionMenu.d.ts.map +1 -0
  11. package/dist/components/core/chatter/SolidChatterMentionMenu.js +18 -0
  12. package/dist/components/core/chatter/SolidChatterMentionMenu.js.map +1 -0
  13. package/dist/components/core/chatter/SolidChatterMentionMenu.tsx +45 -0
  14. package/dist/components/core/chatter/SolidChatterMessageBox.d.ts +1 -0
  15. package/dist/components/core/chatter/SolidChatterMessageBox.d.ts.map +1 -1
  16. package/dist/components/core/chatter/SolidChatterMessageBox.js +29 -5
  17. package/dist/components/core/chatter/SolidChatterMessageBox.js.map +1 -1
  18. package/dist/components/core/chatter/SolidChatterMessageBox.tsx +57 -4
  19. package/dist/components/core/chatter/SolidMessageComposer.d.ts.map +1 -1
  20. package/dist/components/core/chatter/SolidMessageComposer.js +33 -7
  21. package/dist/components/core/chatter/SolidMessageComposer.js.map +1 -1
  22. package/dist/components/core/chatter/SolidMessageComposer.tsx +61 -7
  23. package/dist/components/core/chatter/chatter.module.css +63 -0
  24. package/dist/components/core/chatter/chatterMentions.d.ts +17 -0
  25. package/dist/components/core/chatter/chatterMentions.d.ts.map +1 -0
  26. package/dist/components/core/chatter/chatterMentions.js +50 -0
  27. package/dist/components/core/chatter/chatterMentions.js.map +1 -0
  28. package/dist/components/core/chatter/chatterMentions.ts +59 -0
  29. package/dist/components/core/chatter/useChatterMentions.d.ts +26 -0
  30. package/dist/components/core/chatter/useChatterMentions.d.ts.map +1 -0
  31. package/dist/components/core/chatter/useChatterMentions.js +204 -0
  32. package/dist/components/core/chatter/useChatterMentions.js.map +1 -0
  33. package/dist/components/core/chatter/useChatterMentions.ts +160 -0
  34. package/dist/components/core/extension/solid-core/workflowDefinition/list/openWorkflowDefinitionEditorHeaderAction.d.ts +8 -0
  35. package/dist/components/core/extension/solid-core/workflowDefinition/list/openWorkflowDefinitionEditorHeaderAction.d.ts.map +1 -0
  36. package/dist/components/core/extension/solid-core/workflowDefinition/list/openWorkflowDefinitionEditorHeaderAction.js +6 -0
  37. package/dist/components/core/extension/solid-core/workflowDefinition/list/openWorkflowDefinitionEditorHeaderAction.js.map +1 -0
  38. package/dist/components/core/extension/solid-core/workflowDefinition/list/openWorkflowDefinitionEditorHeaderAction.ts +13 -0
  39. package/dist/components/core/extension/solid-core/workflowDefinition/list/openWorkflowDefinitionEditorRowAction.d.ts +11 -0
  40. package/dist/components/core/extension/solid-core/workflowDefinition/list/openWorkflowDefinitionEditorRowAction.d.ts.map +1 -0
  41. package/dist/components/core/extension/solid-core/workflowDefinition/list/openWorkflowDefinitionEditorRowAction.js +10 -0
  42. package/dist/components/core/extension/solid-core/workflowDefinition/list/openWorkflowDefinitionEditorRowAction.js.map +1 -0
  43. package/dist/components/core/extension/solid-core/workflowDefinition/list/openWorkflowDefinitionEditorRowAction.ts +22 -0
  44. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts +1 -1
  45. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
  46. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +4 -0
  47. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -1
  48. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +6 -0
  49. package/dist/components/core/list/SolidCustomListColumn.d.ts +8 -0
  50. package/dist/components/core/list/SolidCustomListColumn.d.ts.map +1 -0
  51. package/dist/components/core/list/SolidCustomListColumn.js +47 -0
  52. package/dist/components/core/list/SolidCustomListColumn.js.map +1 -0
  53. package/dist/components/core/list/SolidCustomListColumn.tsx +57 -0
  54. package/dist/components/core/list/SolidListView.d.ts.map +1 -1
  55. package/dist/components/core/list/SolidListView.js +4 -3
  56. package/dist/components/core/list/SolidListView.js.map +1 -1
  57. package/dist/components/core/list/SolidListView.tsx +4 -3
  58. package/dist/components/core/model/CreateModel.d.ts.map +1 -1
  59. package/dist/components/core/model/CreateModel.js +3 -2
  60. package/dist/components/core/model/CreateModel.js.map +1 -1
  61. package/dist/components/core/model/CreateModel.tsx +4 -1
  62. package/dist/components/core/model/FieldMetaData.d.ts +1 -1
  63. package/dist/components/core/model/FieldMetaData.d.ts.map +1 -1
  64. package/dist/components/core/model/FieldMetaData.js +17 -17
  65. package/dist/components/core/model/FieldMetaData.js.map +1 -1
  66. package/dist/components/core/model/FieldMetaData.tsx +10 -2
  67. package/dist/components/shad-cn-ui/SolidTextarea.d.ts +1 -1
  68. package/dist/components/shad-cn-ui/SolidTextarea.d.ts.map +1 -1
  69. package/dist/components/shad-cn-ui/SolidTextarea.js +4 -3
  70. package/dist/components/shad-cn-ui/SolidTextarea.js.map +1 -1
  71. package/dist/components/shad-cn-ui/SolidTextarea.tsx +4 -2
  72. package/dist/components/workflow/WorkflowFlowCanvas.css +431 -0
  73. package/dist/components/workflow/WorkflowFlowCanvas.d.ts +41 -0
  74. package/dist/components/workflow/WorkflowFlowCanvas.d.ts.map +1 -0
  75. package/dist/components/workflow/WorkflowFlowCanvas.js +705 -0
  76. package/dist/components/workflow/WorkflowFlowCanvas.js.map +1 -0
  77. package/dist/components/workflow/WorkflowFlowCanvas.tsx +1274 -0
  78. package/dist/components/workflow/WorkflowNodeDocsPanel.css +247 -0
  79. package/dist/components/workflow/WorkflowNodeDocsPanel.d.ts +22 -0
  80. package/dist/components/workflow/WorkflowNodeDocsPanel.d.ts.map +1 -0
  81. package/dist/components/workflow/WorkflowNodeDocsPanel.js +97 -0
  82. package/dist/components/workflow/WorkflowNodeDocsPanel.js.map +1 -0
  83. package/dist/components/workflow/WorkflowNodeDocsPanel.tsx +363 -0
  84. package/dist/components/workflow/WorkflowNodeSchemaEditor.d.ts +50 -0
  85. package/dist/components/workflow/WorkflowNodeSchemaEditor.d.ts.map +1 -0
  86. package/dist/components/workflow/WorkflowNodeSchemaEditor.js +309 -0
  87. package/dist/components/workflow/WorkflowNodeSchemaEditor.js.map +1 -0
  88. package/dist/components/workflow/WorkflowNodeSchemaEditor.tsx +808 -0
  89. package/dist/helpers/modulePackageResumeState.d.ts +6 -0
  90. package/dist/helpers/modulePackageResumeState.d.ts.map +1 -0
  91. package/dist/helpers/modulePackageResumeState.js +46 -0
  92. package/dist/helpers/modulePackageResumeState.js.map +1 -0
  93. package/dist/helpers/modulePackageResumeState.ts +57 -0
  94. package/dist/redux/api/workflowDefinitionEditorApi.d.ts +17 -0
  95. package/dist/redux/api/workflowDefinitionEditorApi.d.ts.map +1 -0
  96. package/dist/redux/api/workflowDefinitionEditorApi.js +38 -0
  97. package/dist/redux/api/workflowDefinitionEditorApi.js.map +1 -0
  98. package/dist/redux/api/workflowDefinitionEditorApi.ts +40 -0
  99. package/dist/redux/api/workflowNodeApi.d.ts +6 -0
  100. package/dist/redux/api/workflowNodeApi.d.ts.map +1 -0
  101. package/dist/redux/api/workflowNodeApi.js +14 -0
  102. package/dist/redux/api/workflowNodeApi.js.map +1 -0
  103. package/dist/redux/api/workflowNodeApi.ts +18 -0
  104. package/dist/resources/globals.css +14 -0
  105. package/dist/resources/shadcn-base.css +70 -16
  106. package/dist/routes/pages/admin/core/WorkflowDefinitionEditorPage.css +970 -0
  107. package/dist/routes/pages/admin/core/WorkflowDefinitionEditorPage.d.ts +3 -0
  108. package/dist/routes/pages/admin/core/WorkflowDefinitionEditorPage.d.ts.map +1 -0
  109. package/dist/routes/pages/admin/core/WorkflowDefinitionEditorPage.js +1287 -0
  110. package/dist/routes/pages/admin/core/WorkflowDefinitionEditorPage.js.map +1 -0
  111. package/dist/routes/pages/admin/core/WorkflowDefinitionEditorPage.tsx +2572 -0
  112. package/dist/routes/pages/admin/core/WorkflowDefinitionListPage.css +151 -0
  113. package/dist/routes/pages/admin/core/WorkflowDefinitionListPage.d.ts +3 -0
  114. package/dist/routes/pages/admin/core/WorkflowDefinitionListPage.d.ts.map +1 -0
  115. package/dist/routes/pages/admin/core/WorkflowDefinitionListPage.js +250 -0
  116. package/dist/routes/pages/admin/core/WorkflowDefinitionListPage.js.map +1 -0
  117. package/dist/routes/pages/admin/core/WorkflowDefinitionListPage.tsx +455 -0
  118. package/dist/types/workflow-node.d.ts +127 -0
  119. package/dist/types/workflow-node.d.ts.map +1 -0
  120. package/dist/types/workflow-node.js +2 -0
  121. package/dist/types/workflow-node.js.map +1 -0
  122. package/dist/types/workflow-node.ts +162 -0
  123. package/package.json +1 -1
  124. package/dist/components/auth/SolidOTPVerify.d.ts +0 -3
  125. package/dist/components/auth/SolidOTPVerify.d.ts.map +0 -1
  126. package/dist/components/auth/SolidOTPVerify.js +0 -67
  127. package/dist/components/auth/SolidOTPVerify.js.map +0 -1
  128. package/dist/components/auth/SolidOTPVerify.tsx +0 -133
  129. package/dist/components/common/AuthBanner.d.ts +0 -3
  130. package/dist/components/common/AuthBanner.d.ts.map +0 -1
  131. package/dist/components/common/AuthBanner.js +0 -15
  132. package/dist/components/common/AuthBanner.js.map +0 -1
  133. package/dist/components/common/AuthBanner.tsx +0 -41
  134. package/dist/components/common/SingleSelectAutoCompleteField.d.ts +0 -2
  135. package/dist/components/common/SingleSelectAutoCompleteField.d.ts.map +0 -1
  136. package/dist/components/common/SingleSelectAutoCompleteField.js +0 -92
  137. package/dist/components/common/SingleSelectAutoCompleteField.js.map +0 -1
  138. package/dist/components/common/SingleSelectAutoCompleteField.tsx +0 -73
  139. package/dist/components/common/SolidExportStepper.d.ts +0 -12
  140. package/dist/components/common/SolidExportStepper.d.ts.map +0 -1
  141. package/dist/components/common/SolidExportStepper.js +0 -30
  142. package/dist/components/common/SolidExportStepper.js.map +0 -1
  143. package/dist/components/common/SolidExportStepper.tsx +0 -135
  144. package/dist/components/core/common/LoadDynamicJsxComponent.d.ts +0 -2
  145. package/dist/components/core/common/LoadDynamicJsxComponent.d.ts.map +0 -1
  146. package/dist/components/core/common/LoadDynamicJsxComponent.js +0 -50
  147. package/dist/components/core/common/LoadDynamicJsxComponent.js.map +0 -1
  148. package/dist/components/core/common/LoadDynamicJsxComponent.tsx +0 -70
  149. package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.d.ts +0 -2
  150. package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.d.ts.map +0 -1
  151. package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.js +0 -16
  152. package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.js.map +0 -1
  153. package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.tsx +0 -29
  154. package/dist/components/core/dashboard/DashboardFilter.d.ts +0 -13
  155. package/dist/components/core/dashboard/DashboardFilter.d.ts.map +0 -1
  156. package/dist/components/core/dashboard/DashboardFilter.js +0 -299
  157. package/dist/components/core/dashboard/DashboardFilter.js.map +0 -1
  158. package/dist/components/core/dashboard/DashboardFilter.tsx +0 -348
  159. package/dist/components/core/dashboard/PrimeDataTableWrapper.d.ts +0 -3
  160. package/dist/components/core/dashboard/PrimeDataTableWrapper.d.ts.map +0 -1
  161. package/dist/components/core/dashboard/PrimeDataTableWrapper.js +0 -21
  162. package/dist/components/core/dashboard/PrimeDataTableWrapper.js.map +0 -1
  163. package/dist/components/core/dashboard/PrimeDataTableWrapper.tsx +0 -40
  164. package/dist/components/core/dashboard/SolidDashboard.d.ts +0 -28
  165. package/dist/components/core/dashboard/SolidDashboard.d.ts.map +0 -1
  166. package/dist/components/core/dashboard/SolidDashboard.js +0 -183
  167. package/dist/components/core/dashboard/SolidDashboard.js.map +0 -1
  168. package/dist/components/core/dashboard/SolidDashboard.module.css +0 -83
  169. package/dist/components/core/dashboard/SolidDashboard.tsx +0 -263
  170. package/dist/components/core/dashboard/SolidDashboardBody.d.ts +0 -24
  171. package/dist/components/core/dashboard/SolidDashboardBody.d.ts.map +0 -1
  172. package/dist/components/core/dashboard/SolidDashboardBody.js +0 -162
  173. package/dist/components/core/dashboard/SolidDashboardBody.js.map +0 -1
  174. package/dist/components/core/dashboard/SolidDashboardBody.tsx +0 -168
  175. package/dist/components/core/dashboard/SolidDashboardFilterRequired.d.ts +0 -2
  176. package/dist/components/core/dashboard/SolidDashboardFilterRequired.d.ts.map +0 -1
  177. package/dist/components/core/dashboard/SolidDashboardFilterRequired.js +0 -11
  178. package/dist/components/core/dashboard/SolidDashboardFilterRequired.js.map +0 -1
  179. package/dist/components/core/dashboard/SolidDashboardFilterRequired.tsx +0 -28
  180. package/dist/components/core/dashboard/SolidDashboardHeader.d.ts +0 -3
  181. package/dist/components/core/dashboard/SolidDashboardHeader.d.ts.map +0 -1
  182. package/dist/components/core/dashboard/SolidDashboardHeader.js +0 -6
  183. package/dist/components/core/dashboard/SolidDashboardHeader.js.map +0 -1
  184. package/dist/components/core/dashboard/SolidDashboardHeader.tsx +0 -10
  185. package/dist/components/core/dashboard/SolidDashboardLoading.d.ts +0 -2
  186. package/dist/components/core/dashboard/SolidDashboardLoading.d.ts.map +0 -1
  187. package/dist/components/core/dashboard/SolidDashboardLoading.js +0 -10
  188. package/dist/components/core/dashboard/SolidDashboardLoading.js.map +0 -1
  189. package/dist/components/core/dashboard/SolidDashboardLoading.tsx +0 -61
  190. package/dist/components/core/dashboard/SolidDashboardNotAvailable.d.ts +0 -3
  191. package/dist/components/core/dashboard/SolidDashboardNotAvailable.d.ts.map +0 -1
  192. package/dist/components/core/dashboard/SolidDashboardNotAvailable.js +0 -12
  193. package/dist/components/core/dashboard/SolidDashboardNotAvailable.js.map +0 -1
  194. package/dist/components/core/dashboard/SolidDashboardNotAvailable.tsx +0 -32
  195. package/dist/components/core/dashboard/SolidDashboardRenderError.d.ts +0 -2
  196. package/dist/components/core/dashboard/SolidDashboardRenderError.d.ts.map +0 -1
  197. package/dist/components/core/dashboard/SolidDashboardRenderError.js +0 -11
  198. package/dist/components/core/dashboard/SolidDashboardRenderError.js.map +0 -1
  199. package/dist/components/core/dashboard/SolidDashboardRenderError.tsx +0 -28
  200. package/dist/components/core/dashboard/SolidDashboardVariable.d.ts +0 -19
  201. package/dist/components/core/dashboard/SolidDashboardVariable.d.ts.map +0 -1
  202. package/dist/components/core/dashboard/SolidDashboardVariable.js +0 -171
  203. package/dist/components/core/dashboard/SolidDashboardVariable.js.map +0 -1
  204. package/dist/components/core/dashboard/SolidDashboardVariable.tsx +0 -259
  205. package/dist/components/core/dashboard/SolidQuestionRenderer.d.ts +0 -9
  206. package/dist/components/core/dashboard/SolidQuestionRenderer.d.ts.map +0 -1
  207. package/dist/components/core/dashboard/SolidQuestionRenderer.js +0 -42
  208. package/dist/components/core/dashboard/SolidQuestionRenderer.js.map +0 -1
  209. package/dist/components/core/dashboard/SolidQuestionRenderer.tsx +0 -99
  210. package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.d.ts +0 -9
  211. package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.d.ts.map +0 -1
  212. package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.js +0 -35
  213. package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.js.map +0 -1
  214. package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.tsx +0 -48
  215. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.d.ts +0 -7
  216. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.d.ts.map +0 -1
  217. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.js +0 -22
  218. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.js.map +0 -1
  219. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.tsx +0 -51
  220. package/dist/components/core/dashboard/chart-renderers/init-chartjs.d.ts +0 -2
  221. package/dist/components/core/dashboard/chart-renderers/init-chartjs.d.ts.map +0 -1
  222. package/dist/components/core/dashboard/chart-renderers/init-chartjs.js +0 -4
  223. package/dist/components/core/dashboard/chart-renderers/init-chartjs.js.map +0 -1
  224. package/dist/components/core/dashboard/chart-renderers/init-chartjs.ts +0 -25
  225. package/dist/components/core/dashboard/dashboard-utils.d.ts +0 -2
  226. package/dist/components/core/dashboard/dashboard-utils.d.ts.map +0 -1
  227. package/dist/components/core/dashboard/dashboard-utils.js +0 -38
  228. package/dist/components/core/dashboard/dashboard-utils.js.map +0 -1
  229. package/dist/components/core/dashboard/dashboard-utils.ts +0 -39
  230. package/dist/components/core/extension/solid-core/dashboard/dashboardFormViewChangeHandler.d.ts +0 -10
  231. package/dist/components/core/extension/solid-core/dashboard/dashboardFormViewChangeHandler.d.ts.map +0 -1
  232. package/dist/components/core/extension/solid-core/dashboard/dashboardFormViewChangeHandler.js +0 -16
  233. package/dist/components/core/extension/solid-core/dashboard/dashboardFormViewChangeHandler.js.map +0 -1
  234. package/dist/components/core/extension/solid-core/dashboard/dashboardFormViewChangeHandler.ts +0 -19
  235. package/dist/components/core/extension/solid-core/dashboard/dashboardQuestionFieldChangeHandler.d.ts +0 -8
  236. package/dist/components/core/extension/solid-core/dashboard/dashboardQuestionFieldChangeHandler.d.ts.map +0 -1
  237. package/dist/components/core/extension/solid-core/dashboard/dashboardQuestionFieldChangeHandler.js +0 -64
  238. package/dist/components/core/extension/solid-core/dashboard/dashboardQuestionFieldChangeHandler.js.map +0 -1
  239. package/dist/components/core/extension/solid-core/dashboard/dashboardQuestionFieldChangeHandler.ts +0 -30
  240. package/dist/components/core/extension/solid-core/dashboard/dashboardQuestionOnFormLoadHandler.d.ts +0 -8
  241. package/dist/components/core/extension/solid-core/dashboard/dashboardQuestionOnFormLoadHandler.d.ts.map +0 -1
  242. package/dist/components/core/extension/solid-core/dashboard/dashboardQuestionOnFormLoadHandler.js +0 -62
  243. package/dist/components/core/extension/solid-core/dashboard/dashboardQuestionOnFormLoadHandler.js.map +0 -1
  244. package/dist/components/core/extension/solid-core/dashboard/dashboardQuestionOnFormLoadHandler.ts +0 -29
  245. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.d.ts +0 -4
  246. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.d.ts.map +0 -1
  247. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js +0 -23
  248. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js.map +0 -1
  249. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.tsx +0 -36
  250. package/dist/components/core/form/fields/widgets/SolidChatterMessageCoModelEntityIdFormViewWidget.d.ts +0 -3
  251. package/dist/components/core/form/fields/widgets/SolidChatterMessageCoModelEntityIdFormViewWidget.d.ts.map +0 -1
  252. package/dist/components/core/form/fields/widgets/SolidChatterMessageCoModelEntityIdFormViewWidget.js +0 -92
  253. package/dist/components/core/form/fields/widgets/SolidChatterMessageCoModelEntityIdFormViewWidget.js.map +0 -1
  254. package/dist/components/core/form/fields/widgets/SolidChatterMessageCoModelEntityIdFormViewWidget.tsx +0 -68
  255. package/dist/components/core/form/fields/widgets/SolidLovTypeChangeFormEditWidget.d.ts +0 -3
  256. package/dist/components/core/form/fields/widgets/SolidLovTypeChangeFormEditWidget.d.ts.map +0 -1
  257. package/dist/components/core/form/fields/widgets/SolidLovTypeChangeFormEditWidget.js +0 -111
  258. package/dist/components/core/form/fields/widgets/SolidLovTypeChangeFormEditWidget.js.map +0 -1
  259. package/dist/components/core/form/fields/widgets/SolidLovTypeChangeFormEditWidget.tsx +0 -122
  260. package/dist/components/core/kanban/SolidKanbanViewFields.d.ts +0 -12
  261. package/dist/components/core/kanban/SolidKanbanViewFields.d.ts.map +0 -1
  262. package/dist/components/core/kanban/SolidKanbanViewFields.js +0 -145
  263. package/dist/components/core/kanban/SolidKanbanViewFields.js.map +0 -1
  264. package/dist/components/core/kanban/SolidKanbanViewFields.tsx +0 -164
  265. package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts +0 -2
  266. package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts.map +0 -1
  267. package/dist/components/core/kanban/SolidManyToOneFilterElement.js +0 -87
  268. package/dist/components/core/kanban/SolidManyToOneFilterElement.js.map +0 -1
  269. package/dist/components/core/kanban/SolidManyToOneFilterElement.tsx +0 -59
  270. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts +0 -2
  271. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts.map +0 -1
  272. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.js +0 -73
  273. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.js.map +0 -1
  274. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.tsx +0 -50
  275. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts +0 -2
  276. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts.map +0 -1
  277. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.js +0 -20
  278. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.js.map +0 -1
  279. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.tsx +0 -32
  280. package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts +0 -12
  281. package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts.map +0 -1
  282. package/dist/components/core/kanban/SolidVarInputsFilterElement.js +0 -81
  283. package/dist/components/core/kanban/SolidVarInputsFilterElement.js.map +0 -1
  284. package/dist/components/core/kanban/SolidVarInputsFilterElement.tsx +0 -184
  285. package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.d.ts +0 -4
  286. package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.d.ts.map +0 -1
  287. package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.js +0 -7
  288. package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.js.map +0 -1
  289. package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.tsx +0 -9
  290. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.d.ts +0 -4
  291. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.d.ts.map +0 -1
  292. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.js +0 -8
  293. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.js.map +0 -1
  294. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.tsx +0 -16
  295. package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.d.ts +0 -4
  296. package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.d.ts.map +0 -1
  297. package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.js +0 -21
  298. package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.js.map +0 -1
  299. package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.tsx +0 -23
  300. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.d.ts +0 -4
  301. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.d.ts.map +0 -1
  302. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.js +0 -8
  303. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.js.map +0 -1
  304. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.tsx +0 -14
  305. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.d.ts +0 -4
  306. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.d.ts.map +0 -1
  307. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.js +0 -8
  308. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.js.map +0 -1
  309. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.tsx +0 -13
  310. package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.d.ts +0 -4
  311. package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.d.ts.map +0 -1
  312. package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.js +0 -7
  313. package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.js.map +0 -1
  314. package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.tsx +0 -9
  315. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.d.ts +0 -4
  316. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.d.ts.map +0 -1
  317. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.js +0 -8
  318. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.js.map +0 -1
  319. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.tsx +0 -12
  320. package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.d.ts +0 -4
  321. package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.d.ts.map +0 -1
  322. package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.js +0 -7
  323. package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.js.map +0 -1
  324. package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.tsx +0 -9
  325. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.d.ts +0 -4
  326. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.d.ts.map +0 -1
  327. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.js +0 -8
  328. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.js.map +0 -1
  329. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.tsx +0 -14
  330. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.d.ts +0 -4
  331. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.d.ts.map +0 -1
  332. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.js +0 -16
  333. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.js.map +0 -1
  334. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.tsx +0 -20
  335. package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.d.ts +0 -4
  336. package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.d.ts.map +0 -1
  337. package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.js +0 -7
  338. package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.js.map +0 -1
  339. package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.tsx +0 -9
  340. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.d.ts +0 -4
  341. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.d.ts.map +0 -1
  342. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js +0 -56
  343. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js.map +0 -1
  344. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.tsx +0 -140
  345. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.d.ts +0 -4
  346. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.d.ts.map +0 -1
  347. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js +0 -42
  348. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js.map +0 -1
  349. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.tsx +0 -164
  350. package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.d.ts +0 -4
  351. package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.d.ts.map +0 -1
  352. package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.js +0 -11
  353. package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.js.map +0 -1
  354. package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.tsx +0 -13
  355. package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.d.ts +0 -4
  356. package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.d.ts.map +0 -1
  357. package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.js +0 -7
  358. package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.js.map +0 -1
  359. package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.tsx +0 -9
  360. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.d.ts +0 -4
  361. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.d.ts.map +0 -1
  362. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.js +0 -8
  363. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.js.map +0 -1
  364. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.tsx +0 -14
  365. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.d.ts +0 -4
  366. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.d.ts.map +0 -1
  367. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.js +0 -8
  368. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.js.map +0 -1
  369. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.tsx +0 -14
  370. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.d.ts +0 -4
  371. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.d.ts.map +0 -1
  372. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js +0 -37
  373. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js.map +0 -1
  374. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.tsx +0 -121
  375. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.d.ts +0 -4
  376. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.d.ts.map +0 -1
  377. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.js +0 -8
  378. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.js.map +0 -1
  379. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.tsx +0 -12
  380. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.d.ts +0 -4
  381. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.d.ts.map +0 -1
  382. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.js +0 -8
  383. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.js.map +0 -1
  384. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.tsx +0 -13
  385. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.d.ts +0 -4
  386. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.d.ts.map +0 -1
  387. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.js +0 -7
  388. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.js.map +0 -1
  389. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.tsx +0 -16
  390. package/dist/components/core/list/SolidListViewRowButtonContextMenu.d.ts +0 -2
  391. package/dist/components/core/list/SolidListViewRowButtonContextMenu.d.ts.map +0 -1
  392. package/dist/components/core/list/SolidListViewRowButtonContextMenu.js +0 -39
  393. package/dist/components/core/list/SolidListViewRowButtonContextMenu.js.map +0 -1
  394. package/dist/components/core/list/SolidListViewRowButtonContextMenu.tsx +0 -40
  395. package/dist/components/core/list/SolidVarInputsFilterElement.d.ts +0 -12
  396. package/dist/components/core/list/SolidVarInputsFilterElement.d.ts.map +0 -1
  397. package/dist/components/core/list/SolidVarInputsFilterElement.js +0 -81
  398. package/dist/components/core/list/SolidVarInputsFilterElement.js.map +0 -1
  399. package/dist/components/core/list/SolidVarInputsFilterElement.tsx +0 -184
  400. package/dist/components/core/list/widgets/SolidChatterMessageCoModelEntityIdListViewWidget.d.ts +0 -3
  401. package/dist/components/core/list/widgets/SolidChatterMessageCoModelEntityIdListViewWidget.d.ts.map +0 -1
  402. package/dist/components/core/list/widgets/SolidChatterMessageCoModelEntityIdListViewWidget.js +0 -87
  403. package/dist/components/core/list/widgets/SolidChatterMessageCoModelEntityIdListViewWidget.js.map +0 -1
  404. package/dist/components/core/list/widgets/SolidChatterMessageCoModelEntityIdListViewWidget.tsx +0 -70
  405. package/dist/components/core/list/widgets/SolidMqMessageStageListViewWidget.d.ts +0 -3
  406. package/dist/components/core/list/widgets/SolidMqMessageStageListViewWidget.d.ts.map +0 -1
  407. package/dist/components/core/list/widgets/SolidMqMessageStageListViewWidget.js +0 -33
  408. package/dist/components/core/list/widgets/SolidMqMessageStageListViewWidget.js.map +0 -1
  409. package/dist/components/core/list/widgets/SolidMqMessageStageListViewWidget.tsx +0 -50
  410. package/dist/components/core/list/widgets/SolidSummarizeListHeaderActionMqMessages.d.ts +0 -3
  411. package/dist/components/core/list/widgets/SolidSummarizeListHeaderActionMqMessages.d.ts.map +0 -1
  412. package/dist/components/core/list/widgets/SolidSummarizeListHeaderActionMqMessages.js +0 -158
  413. package/dist/components/core/list/widgets/SolidSummarizeListHeaderActionMqMessages.js.map +0 -1
  414. package/dist/components/core/list/widgets/SolidSummarizeListHeaderActionMqMessages.tsx +0 -185
  415. package/dist/components/layout/DashboardHeader.d.ts +0 -3
  416. package/dist/components/layout/DashboardHeader.d.ts.map +0 -1
  417. package/dist/components/layout/DashboardHeader.js +0 -20
  418. package/dist/components/layout/DashboardHeader.js.map +0 -1
  419. package/dist/components/layout/DashboardHeader.tsx +0 -94
  420. package/dist/helpers/# no such endpoints exist, need to calle +0 -3
  421. package/dist/helpers/ToastContainer.d.ts +0 -4
  422. package/dist/helpers/ToastContainer.d.ts.map +0 -1
  423. package/dist/helpers/ToastContainer.js +0 -49
  424. package/dist/helpers/ToastContainer.js.map +0 -1
  425. package/dist/helpers/ToastContainer.tsx +0 -94
  426. package/dist/helpers/showToast.d.ts +0 -5
  427. package/dist/helpers/showToast.d.ts.map +0 -1
  428. package/dist/helpers/showToast.js +0 -17
  429. package/dist/helpers/showToast.js.map +0 -1
  430. package/dist/helpers/showToast.ts +0 -13
  431. package/dist/helpers/studioSandbox.d.ts +0 -31
  432. package/dist/helpers/studioSandbox.d.ts.map +0 -1
  433. package/dist/helpers/studioSandbox.js +0 -104
  434. package/dist/helpers/studioSandbox.js.map +0 -1
  435. package/dist/helpers/studioSandbox.ts +0 -117
  436. package/dist/nextAuth/authProviders.d.ts +0 -4
  437. package/dist/nextAuth/authProviders.d.ts.map +0 -1
  438. package/dist/nextAuth/authProviders.js +0 -198
  439. package/dist/nextAuth/authProviders.js.map +0 -1
  440. package/dist/nextAuth/authProviders.tsx +0 -232
  441. package/dist/nextAuth/handleLogout.d.ts +0 -2
  442. package/dist/nextAuth/handleLogout.d.ts.map +0 -1
  443. package/dist/nextAuth/handleLogout.js +0 -36
  444. package/dist/nextAuth/handleLogout.js.map +0 -1
  445. package/dist/nextAuth/handleLogout.tsx +0 -39
  446. package/dist/nextAuth/refreshAccessToken.d.ts +0 -2
  447. package/dist/nextAuth/refreshAccessToken.d.ts.map +0 -1
  448. package/dist/nextAuth/refreshAccessToken.js +0 -24
  449. package/dist/nextAuth/refreshAccessToken.js.map +0 -1
  450. package/dist/nextAuth/refreshAccessToken.tsx +0 -28
  451. package/dist/redux/api/dashboardApi.d.ts +0 -23
  452. package/dist/redux/api/dashboardApi.d.ts.map +0 -1
  453. package/dist/redux/api/dashboardApi.js +0 -35
  454. package/dist/redux/api/dashboardApi.js.map +0 -1
  455. package/dist/redux/api/dashboardApi.ts +0 -56
  456. package/dist/redux/api/dashboardLayoutApi.d.ts +0 -24
  457. package/dist/redux/api/dashboardLayoutApi.d.ts.map +0 -1
  458. package/dist/redux/api/dashboardLayoutApi.js +0 -34
  459. package/dist/redux/api/dashboardLayoutApi.js.map +0 -1
  460. package/dist/redux/api/dashboardLayoutApi.ts +0 -55
  461. package/dist/redux/api/dashboardQuestionApi.d.ts +0 -5
  462. package/dist/redux/api/dashboardQuestionApi.d.ts.map +0 -1
  463. package/dist/redux/api/dashboardQuestionApi.js +0 -18
  464. package/dist/redux/api/dashboardQuestionApi.js.map +0 -1
  465. package/dist/redux/api/dashboardQuestionApi.ts +0 -17
  466. package/dist/redux/features/settingsSlice.d.ts +0 -20
  467. package/dist/redux/features/settingsSlice.d.ts.map +0 -1
  468. package/dist/redux/features/settingsSlice.js +0 -39
  469. package/dist/redux/features/settingsSlice.js.map +0 -1
  470. package/dist/redux/features/settingsSlice.ts +0 -60
  471. package/dist/resources/images/Footerbg.png +0 -0
  472. package/dist/resources/images/LoginBanner.png +0 -0
  473. package/dist/resources/images/dashboard/Ellipse 1.svg +0 -10
  474. package/dist/resources/images/dashboard/Rectangle 17.svg +0 -10
  475. package/dist/resources/images/dashboard/Rectangle 25.svg +0 -11
  476. package/dist/resources/images/dashboard/image 5.svg +0 -9
  477. package/dist/resources/images/loginhero.png +0 -0
  478. package/dist/resources/images/logo.png +0 -0
  479. package/dist/resources/images/radix-logo-white.png +0 -0
  480. package/dist/resources/images/radix-logo.png +0 -0
  481. package/dist/resources/images/signupBanner.png +0 -0
@@ -0,0 +1,970 @@
1
+ .workflow-editor-page {
2
+ display: grid;
3
+ gap: 0;
4
+ grid-auto-rows: max-content;
5
+ align-content: start;
6
+ padding: 0.5rem 0.75rem 0.75rem;
7
+ min-height: calc(100vh - 5rem);
8
+ background:
9
+ radial-gradient(circle at top left, rgba(37, 99, 235, 0.1), transparent 24rem),
10
+ radial-gradient(circle at top right, rgba(14, 165, 233, 0.08), transparent 28rem),
11
+ linear-gradient(180deg, rgba(241, 245, 249, 1), rgba(248, 250, 252, 1));
12
+ }
13
+
14
+ .workflow-editor-page--loading {
15
+ place-items: center;
16
+ }
17
+
18
+ .workflow-editor-header {
19
+ display: flex;
20
+ justify-content: space-between;
21
+ align-items: center;
22
+ gap: 0.85rem;
23
+ padding: 0.66rem 0.66rem 0.26rem 0.66rem;
24
+ border: 1px solid var(--surface-border, #dbe3f0);
25
+ border-bottom: 0;
26
+ border-radius: 1rem 1rem 0 0;
27
+ background: var(--surface-card, #ffffff);
28
+ box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
29
+ }
30
+
31
+ .workflow-editor-header-main {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 0.55rem;
35
+ }
36
+
37
+ .workflow-editor-header-actions {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 0.35rem;
41
+ flex-wrap: wrap;
42
+ }
43
+
44
+ .workflow-editor-header-actions button,
45
+ .workflow-editor-header-main button {
46
+ min-height: 1.8rem;
47
+ height: 1.8rem;
48
+ padding-top: 0.14rem;
49
+ padding-bottom: 0.14rem;
50
+ }
51
+
52
+ .workflow-editor-header-actions button {
53
+ padding-left: 0.75rem;
54
+ padding-right: 0.75rem;
55
+ }
56
+
57
+ .workflow-editor-header-main button {
58
+ padding-left: 0.55rem;
59
+ padding-right: 0.55rem;
60
+ }
61
+
62
+ .workflow-editor-subtitle {
63
+ margin-top: 0.05rem;
64
+ font-size: 0.8rem;
65
+ line-height: 1.15;
66
+ color: rgba(15, 23, 42, 0.62);
67
+ }
68
+
69
+ .workflow-editor-focus-switcher {
70
+ display: none;
71
+ gap: 0.5rem;
72
+ flex-wrap: wrap;
73
+ }
74
+
75
+ .workflow-editor-detail-tabs {
76
+ border: 1px solid var(--surface-border, #dbe3f0);
77
+ border-top: 0;
78
+ border-radius: 0 0 1rem 1rem;
79
+ background: var(--surface-card, #ffffff);
80
+ box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
81
+ overflow: hidden;
82
+ margin-bottom: 0.4rem;
83
+ }
84
+
85
+ .workflow-editor-detail-tabs__list {
86
+ border-bottom: 1px solid var(--surface-border, #dbe3f0);
87
+ padding: 0 0.55rem;
88
+ gap: 0;
89
+ flex-wrap: nowrap;
90
+ overflow-x: auto;
91
+ }
92
+
93
+ .workflow-editor-detail-tabs__list .solid-tabs-trigger {
94
+ border-radius: 0;
95
+ border: 0;
96
+ border-bottom: 2px solid transparent;
97
+ background: transparent;
98
+ box-shadow: none;
99
+ padding: 0.52rem 0.68rem 0.46rem;
100
+ font-size: 0.89rem;
101
+ font-weight: 500;
102
+ color: rgba(15, 23, 42, 0.68);
103
+ white-space: nowrap;
104
+ }
105
+
106
+ .workflow-editor-detail-tabs__list .solid-tabs-trigger.active,
107
+ .workflow-editor-detail-tabs__list .solid-tabs-trigger.is-active {
108
+ border-bottom-color: #7c3aed;
109
+ color: #7c3aed;
110
+ background: transparent;
111
+ }
112
+
113
+ .workflow-editor-detail-tabs__panel {
114
+ padding: 0;
115
+ }
116
+
117
+ .workflow-editor-detail-tabs__panel:empty {
118
+ display: none;
119
+ }
120
+
121
+ .workflow-editor-overview {
122
+ background: linear-gradient(180deg, rgba(248, 250, 252, 0.76), rgba(255, 255, 255, 0.96));
123
+ padding: 1rem;
124
+ display: grid;
125
+ gap: 1rem;
126
+ }
127
+
128
+ .workflow-editor-overview--empty {
129
+ min-height: calc(100vh - 18rem);
130
+ align-content: center;
131
+ }
132
+
133
+ .workflow-editor-overview-cta {
134
+ display: grid;
135
+ justify-items: center;
136
+ text-align: center;
137
+ gap: 0.9rem;
138
+ padding: 2.4rem 1.5rem 1.5rem;
139
+ }
140
+
141
+ .workflow-editor-overview-cta__art {
142
+ width: 5rem;
143
+ height: 5rem;
144
+ border-radius: 1.4rem;
145
+ display: grid;
146
+ place-items: center;
147
+ color: #7c3aed;
148
+ background:
149
+ radial-gradient(circle at 30% 25%, rgba(168, 85, 247, 0.55), transparent 42%),
150
+ linear-gradient(180deg, rgba(30, 41, 59, 0.98), rgba(15, 23, 42, 1));
151
+ box-shadow:
152
+ 0 18px 48px rgba(124, 58, 237, 0.22),
153
+ inset 0 0 0 1px rgba(196, 181, 253, 0.18);
154
+ }
155
+
156
+ .workflow-editor-overview-cta__copy {
157
+ display: grid;
158
+ gap: 0.45rem;
159
+ max-width: 38rem;
160
+ }
161
+
162
+ .workflow-editor-overview-cta__copy h2 {
163
+ margin: 0;
164
+ font-size: 1.8rem;
165
+ line-height: 1.08;
166
+ }
167
+
168
+ .workflow-editor-overview-cta__copy p {
169
+ margin: 0;
170
+ font-size: 0.97rem;
171
+ color: rgba(15, 23, 42, 0.68);
172
+ }
173
+
174
+ .workflow-editor-overview-cta__actions {
175
+ display: flex;
176
+ gap: 0.65rem;
177
+ flex-wrap: wrap;
178
+ justify-content: center;
179
+ }
180
+
181
+ .workflow-editor-overview-guides {
182
+ display: grid;
183
+ grid-template-columns: repeat(3, minmax(0, 20rem));
184
+ justify-content: center;
185
+ gap: 0.85rem;
186
+ width: 100%;
187
+ }
188
+
189
+ .workflow-editor-overview-guide-card {
190
+ padding: 1rem 1rem;
191
+ border-radius: 1rem;
192
+ border: 1px solid var(--surface-border, #dbe3f0);
193
+ background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
194
+ box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
195
+ min-height: 5.5rem;
196
+ }
197
+
198
+ .workflow-editor-overview-guide-card h3,
199
+ .workflow-editor-placeholder__copy h3 {
200
+ margin: 0 0 0.35rem;
201
+ font-size: 1rem;
202
+ }
203
+
204
+ .workflow-editor-overview-guide-card p,
205
+ .workflow-editor-placeholder__copy p {
206
+ margin: 0;
207
+ color: rgba(15, 23, 42, 0.68);
208
+ line-height: 1.48;
209
+ }
210
+
211
+ .workflow-editor-overview-filterbar {
212
+ display: flex;
213
+ justify-content: space-between;
214
+ align-items: flex-end;
215
+ gap: 0.85rem;
216
+ flex-wrap: wrap;
217
+ }
218
+
219
+ .workflow-editor-overview-filterbar__left,
220
+ .workflow-editor-overview-filterbar__right {
221
+ display: flex;
222
+ align-items: flex-end;
223
+ gap: 0.6rem;
224
+ flex-wrap: wrap;
225
+ }
226
+
227
+ .workflow-editor-overview-filter {
228
+ display: grid;
229
+ gap: 0.3rem;
230
+ min-width: 11rem;
231
+ }
232
+
233
+ .workflow-editor-overview-filter label {
234
+ font-size: 0.82rem;
235
+ font-weight: 600;
236
+ color: rgba(15, 23, 42, 0.68);
237
+ }
238
+
239
+ .workflow-editor-overview-stats {
240
+ display: grid;
241
+ grid-template-columns: repeat(4, minmax(0, 1fr));
242
+ gap: 0.85rem;
243
+ }
244
+
245
+ .workflow-editor-overview-stat {
246
+ display: grid;
247
+ gap: 0.3rem;
248
+ padding: 0.95rem 1rem;
249
+ border: 1px solid var(--surface-border, #dbe3f0);
250
+ border-radius: 0.95rem;
251
+ background:
252
+ linear-gradient(180deg, rgba(248, 250, 252, 0.92) 0%, rgba(255, 255, 255, 1) 100%);
253
+ }
254
+
255
+ .workflow-editor-overview-stat-label {
256
+ font-size: 0.76rem;
257
+ font-weight: 700;
258
+ letter-spacing: 0.08em;
259
+ text-transform: uppercase;
260
+ opacity: 0.56;
261
+ }
262
+
263
+ .workflow-editor-overview-stat-value {
264
+ font-size: 1.25rem;
265
+ line-height: 1.1;
266
+ }
267
+
268
+ .workflow-editor-overview-stat-meta {
269
+ font-size: 0.84rem;
270
+ color: rgba(15, 23, 42, 0.68);
271
+ }
272
+
273
+ .workflow-editor-overview-grid {
274
+ display: grid;
275
+ grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr);
276
+ gap: 1rem;
277
+ }
278
+
279
+ .workflow-editor-overview-section {
280
+ display: grid;
281
+ gap: 0.7rem;
282
+ }
283
+
284
+ .workflow-editor-overview-kv {
285
+ display: flex;
286
+ justify-content: space-between;
287
+ align-items: baseline;
288
+ gap: 1rem;
289
+ padding-bottom: 0.55rem;
290
+ border-bottom: 1px dashed rgba(148, 163, 184, 0.32);
291
+ }
292
+
293
+ .workflow-editor-overview-kv span {
294
+ font-size: 0.86rem;
295
+ color: rgba(15, 23, 42, 0.68);
296
+ }
297
+
298
+ .workflow-editor-overview-kv strong {
299
+ text-align: right;
300
+ }
301
+
302
+ .workflow-editor-overview-description {
303
+ margin-top: 0.85rem;
304
+ padding: 0.9rem 1rem;
305
+ border-radius: 0.9rem;
306
+ background: rgba(248, 250, 252, 0.9);
307
+ border: 1px solid rgba(226, 232, 240, 0.9);
308
+ white-space: pre-wrap;
309
+ line-height: 1.55;
310
+ }
311
+
312
+ .workflow-editor-overview-actions {
313
+ display: flex;
314
+ gap: 0.55rem;
315
+ flex-wrap: wrap;
316
+ }
317
+
318
+ .workflow-editor-overview-list {
319
+ display: grid;
320
+ gap: 0.7rem;
321
+ }
322
+
323
+ .workflow-editor-overview-list-item {
324
+ display: flex;
325
+ align-items: center;
326
+ justify-content: space-between;
327
+ gap: 0.75rem;
328
+ padding: 0.8rem 0.9rem;
329
+ border: 1px solid var(--surface-border, #dbe3f0);
330
+ border-radius: 0.9rem;
331
+ background: rgba(248, 250, 252, 0.65);
332
+ }
333
+
334
+ .workflow-editor-overview-list-index {
335
+ width: 2rem;
336
+ height: 2rem;
337
+ border-radius: 999px;
338
+ display: grid;
339
+ place-items: center;
340
+ flex: 0 0 auto;
341
+ font-weight: 700;
342
+ color: rgb(29, 78, 216);
343
+ background: rgba(37, 99, 235, 0.1);
344
+ border: 1px solid rgba(37, 99, 235, 0.2);
345
+ }
346
+
347
+ .workflow-editor-overview-list-copy {
348
+ min-width: 0;
349
+ flex: 1;
350
+ display: grid;
351
+ gap: 0.18rem;
352
+ }
353
+
354
+ .workflow-editor-overview-list-copy span {
355
+ font-size: 0.86rem;
356
+ color: rgba(15, 23, 42, 0.68);
357
+ word-break: break-word;
358
+ }
359
+
360
+ .workflow-editor-placeholder {
361
+ padding: 2rem 1.25rem;
362
+ display: grid;
363
+ justify-items: center;
364
+ text-align: center;
365
+ gap: 0.9rem;
366
+ }
367
+
368
+ .workflow-editor-topology-tab {
369
+ padding: 0.72rem 0.9rem 0.9rem;
370
+ background: linear-gradient(180deg, rgba(248, 250, 252, 0.76), rgba(255, 255, 255, 0.96));
371
+ display: grid;
372
+ gap: 0.55rem;
373
+ }
374
+
375
+ .workflow-editor-topology-actionbar {
376
+ min-height: 2rem;
377
+ display: flex;
378
+ align-items: center;
379
+ justify-content: space-between;
380
+ gap: 0.75rem;
381
+ }
382
+
383
+ .workflow-editor-topology-actionbar__spacer {
384
+ min-width: 0;
385
+ }
386
+
387
+ .workflow-editor-view-toggle {
388
+ display: inline-flex;
389
+ align-items: center;
390
+ gap: 0.12rem;
391
+ padding: 0.16rem;
392
+ border: 1px solid rgba(203, 213, 225, 0.9);
393
+ border-radius: 0.58rem;
394
+ background: rgba(255, 255, 255, 0.92);
395
+ box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
396
+ }
397
+
398
+ .workflow-editor-view-toggle__button {
399
+ width: 1.7rem;
400
+ height: 1.55rem;
401
+ border: 0;
402
+ border-radius: 0.42rem;
403
+ display: inline-grid;
404
+ place-items: center;
405
+ color: rgba(71, 85, 105, 0.84);
406
+ background: transparent;
407
+ cursor: pointer;
408
+ }
409
+
410
+ .workflow-editor-view-toggle__button:hover {
411
+ color: rgb(79, 70, 229);
412
+ background: rgba(99, 102, 241, 0.08);
413
+ }
414
+
415
+ .workflow-editor-view-toggle__button.is-active {
416
+ color: rgb(79, 70, 229);
417
+ background: rgba(99, 102, 241, 0.13);
418
+ }
419
+
420
+ .workflow-editor-topology-single,
421
+ .workflow-editor-topology-pane {
422
+ min-width: 0;
423
+ min-height: 0;
424
+ }
425
+
426
+ .workflow-editor-topology-split {
427
+ min-width: 0;
428
+ min-height: 0;
429
+ display: grid;
430
+ align-items: stretch;
431
+ }
432
+
433
+ .workflow-editor-topology-resizer {
434
+ width: 0.45rem;
435
+ min-height: 100%;
436
+ cursor: col-resize;
437
+ position: relative;
438
+ }
439
+
440
+ .workflow-editor-topology-resizer::before {
441
+ content: "";
442
+ position: absolute;
443
+ top: 0.45rem;
444
+ bottom: 0.45rem;
445
+ left: 50%;
446
+ width: 2px;
447
+ border-radius: 999px;
448
+ transform: translateX(-50%);
449
+ background: rgba(148, 163, 184, 0.28);
450
+ }
451
+
452
+ .workflow-editor-topology-resizer:hover::before {
453
+ background: rgba(124, 58, 237, 0.7);
454
+ }
455
+
456
+ .workflow-editor-topology-code {
457
+ min-width: 0;
458
+ height: 100%;
459
+ display: grid;
460
+ grid-template-rows: auto minmax(0, 1fr) auto;
461
+ border: 1px solid var(--surface-border, #dbe3f0);
462
+ border-radius: 1rem;
463
+ overflow: hidden;
464
+ background: var(--surface-card, #ffffff);
465
+ }
466
+
467
+ .workflow-editor-topology-code__header {
468
+ min-height: 2.2rem;
469
+ padding: 0.42rem 0.65rem;
470
+ display: flex;
471
+ justify-content: space-between;
472
+ align-items: center;
473
+ gap: 0.6rem;
474
+ border-bottom: 1px solid var(--surface-border, #dbe3f0);
475
+ font-size: 0.8rem;
476
+ font-weight: 700;
477
+ color: rgba(15, 23, 42, 0.72);
478
+ }
479
+
480
+ .workflow-editor-topology-code .solid-code-editor,
481
+ .workflow-editor-topology-code .monaco-editor {
482
+ min-height: 0;
483
+ }
484
+
485
+ .workflow-editor-topology-docs-dialog {
486
+ max-height: min(86vh, 820px);
487
+ }
488
+
489
+ .workflow-editor-topology-docs-dialog .solid-radix-dialog-body {
490
+ padding: 0;
491
+ }
492
+
493
+ .workflow-editor-topology-docs-dialog__body {
494
+ max-height: calc(min(86vh, 820px) - 4.25rem);
495
+ overflow: auto;
496
+ padding: 1rem;
497
+ }
498
+
499
+ .workflow-editor-placeholder__icon {
500
+ width: 3rem;
501
+ height: 3rem;
502
+ border-radius: 999px;
503
+ display: grid;
504
+ place-items: center;
505
+ color: #7c3aed;
506
+ background: rgba(124, 58, 237, 0.1);
507
+ }
508
+
509
+ .workflow-editor-focus-pill {
510
+ border: 1px solid var(--surface-border, #dbe3f0);
511
+ background: var(--surface-card, #ffffff);
512
+ border-radius: 999px;
513
+ padding: 0.55rem 0.95rem;
514
+ font-weight: 600;
515
+ }
516
+
517
+ .workflow-editor-focus-pill.is-active {
518
+ border-color: rgba(37, 99, 235, 0.55);
519
+ background: rgba(37, 99, 235, 0.1);
520
+ color: rgb(29, 78, 216);
521
+ }
522
+
523
+ .workflow-editor-shell {
524
+ border: 1px solid var(--surface-border, #dbe3f0);
525
+ border-radius: 1rem;
526
+ overflow: hidden;
527
+ background: var(--surface-card, #ffffff);
528
+ box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
529
+ }
530
+
531
+ .workflow-editor-shell--two-panel {
532
+ display: grid;
533
+ grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.22fr);
534
+ min-height: calc(100vh - 185px);
535
+ }
536
+
537
+ .workflow-editor-shell--code-collapsed {
538
+ grid-template-columns: 0 minmax(0, 1fr);
539
+ }
540
+
541
+ .workflow-editor-shell--code-collapsed .workflow-editor-surface--code {
542
+ border-right: 0;
543
+ opacity: 0;
544
+ pointer-events: none;
545
+ }
546
+
547
+ .workflow-editor-shell--code-collapsed .workflow-editor-surface--code .workflow-editor-surface-header,
548
+ .workflow-editor-shell--code-collapsed .workflow-editor-surface--code .workflow-editor-surface-body {
549
+ display: none;
550
+ }
551
+
552
+ .workflow-editor-surface {
553
+ min-width: 0;
554
+ border-right: 1px solid var(--surface-border, #dbe3f0);
555
+ display: grid;
556
+ grid-template-rows: auto minmax(0, 1fr);
557
+ }
558
+
559
+ .workflow-editor-surface:last-child {
560
+ border-right: 0;
561
+ }
562
+
563
+ .workflow-editor-surface--flow {
564
+ position: relative;
565
+ }
566
+
567
+ .workflow-editor-flow-header-main {
568
+ display: grid;
569
+ gap: 0.35rem;
570
+ min-width: 0;
571
+ }
572
+
573
+ .workflow-editor-flow-header-title-row {
574
+ display: flex;
575
+ align-items: center;
576
+ gap: 0.4rem;
577
+ flex-wrap: wrap;
578
+ }
579
+
580
+ .workflow-editor-flow-header-selection {
581
+ display: flex;
582
+ align-items: center;
583
+ gap: 0.45rem;
584
+ flex-wrap: wrap;
585
+ min-height: 1.5rem;
586
+ }
587
+
588
+ .workflow-editor-surface-header {
589
+ display: flex;
590
+ justify-content: space-between;
591
+ align-items: flex-start;
592
+ gap: 0.75rem;
593
+ padding: 0.8rem 0.9rem 0.7rem;
594
+ border-bottom: 1px solid var(--surface-border, #dbe3f0);
595
+ background:
596
+ linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(255,255,255,1) 100%);
597
+ }
598
+
599
+ .workflow-editor-surface-eyebrow {
600
+ font-size: 0.7rem;
601
+ font-weight: 700;
602
+ letter-spacing: 0.08em;
603
+ text-transform: uppercase;
604
+ opacity: 0.6;
605
+ margin-bottom: 0.25rem;
606
+ }
607
+
608
+ .workflow-editor-surface-title {
609
+ margin: 0;
610
+ font-size: 0.95rem;
611
+ line-height: 1.25;
612
+ }
613
+
614
+ .workflow-editor-surface-header-actions {
615
+ display: flex;
616
+ gap: 0.45rem;
617
+ align-items: center;
618
+ flex-wrap: wrap;
619
+ }
620
+
621
+ .workflow-editor-surface-body {
622
+ min-height: 0;
623
+ overflow: auto;
624
+ display: grid;
625
+ gap: 0.85rem;
626
+ padding: 0.9rem;
627
+ }
628
+
629
+ .workflow-editor-surface-body--flow {
630
+ display: grid;
631
+ gap: 0.75rem;
632
+ padding: 0.85rem;
633
+ overflow: hidden;
634
+ }
635
+
636
+ .workflow-editor-form-grid {
637
+ display: grid;
638
+ gap: 0.75rem;
639
+ grid-template-columns: repeat(2, minmax(0, 1fr));
640
+ }
641
+
642
+ .workflow-editor-field {
643
+ display: grid;
644
+ gap: 0.35rem;
645
+ }
646
+
647
+ .workflow-editor-field label {
648
+ font-weight: 600;
649
+ }
650
+
651
+ .workflow-editor-selected-node-summary {
652
+ display: grid;
653
+ gap: 0.7rem;
654
+ }
655
+
656
+ .workflow-editor-selected-node-actions {
657
+ display: flex;
658
+ gap: 0.4rem;
659
+ flex-wrap: wrap;
660
+ }
661
+
662
+ .workflow-editor-validation-summary {
663
+ display: grid;
664
+ gap: 0.75rem;
665
+ }
666
+
667
+ .workflow-editor-validation-state {
668
+ padding: 0.85rem 0.95rem;
669
+ border-radius: 0.85rem;
670
+ border: 1px solid var(--surface-border, #dbe3f0);
671
+ font-weight: 600;
672
+ }
673
+
674
+ .workflow-editor-validation-state--idle,
675
+ .workflow-editor-validation-state--validating {
676
+ background: rgba(248, 250, 252, 0.95);
677
+ }
678
+
679
+ .workflow-editor-validation-state--valid {
680
+ background: rgba(236, 253, 245, 1);
681
+ border-color: rgba(16, 185, 129, 0.3);
682
+ color: rgb(5, 150, 105);
683
+ }
684
+
685
+ .workflow-editor-validation-state--invalid {
686
+ background: rgba(254, 242, 242, 1);
687
+ border-color: rgba(239, 68, 68, 0.24);
688
+ color: rgb(220, 38, 38);
689
+ }
690
+
691
+ .workflow-editor-validation-list {
692
+ margin: 0;
693
+ padding-left: 1.2rem;
694
+ display: grid;
695
+ gap: 0.4rem;
696
+ }
697
+
698
+ .workflow-editor-node-card-subtitle {
699
+ opacity: 0.72;
700
+ margin-top: 0.2rem;
701
+ }
702
+
703
+ .workflow-editor-docs-drawer {
704
+ position: absolute;
705
+ top: 0;
706
+ right: 0;
707
+ width: min(430px, 42vw);
708
+ height: 100%;
709
+ display: grid;
710
+ grid-template-rows: auto minmax(0, 1fr);
711
+ border-left: 1px solid var(--surface-border, #dbe3f0);
712
+ background: rgba(255, 255, 255, 0.98);
713
+ box-shadow: -24px 0 40px rgba(15, 23, 42, 0.12);
714
+ z-index: 5;
715
+ }
716
+
717
+ .workflow-editor-flow-toolbar {
718
+ display: flex;
719
+ align-items: center;
720
+ justify-content: space-between;
721
+ gap: 0.75rem;
722
+ flex-wrap: wrap;
723
+ padding: 0.1rem 0.15rem;
724
+ }
725
+
726
+ .workflow-editor-flow-toolbar__cluster,
727
+ .workflow-editor-flow-toolbar__selection {
728
+ display: flex;
729
+ align-items: center;
730
+ gap: 0.55rem;
731
+ flex-wrap: wrap;
732
+ }
733
+
734
+ .workflow-editor-flow-toolbar__selection {
735
+ justify-content: space-between;
736
+ border: 1px solid var(--surface-border, #dbe3f0);
737
+ background: rgba(255, 255, 255, 0.82);
738
+ border-radius: 0.85rem;
739
+ padding: 0.55rem 0.75rem;
740
+ min-width: min(400px, 100%);
741
+ }
742
+
743
+ .workflow-editor-flow-toolbar__empty {
744
+ opacity: 0.72;
745
+ font-weight: 500;
746
+ font-size: 0.88rem;
747
+ }
748
+
749
+ .workflow-editor-flow-workspace {
750
+ position: relative;
751
+ min-height: 0;
752
+ flex: 1;
753
+ display: grid;
754
+ }
755
+
756
+ .workflow-editor-tools-drawer {
757
+ position: absolute;
758
+ top: 0;
759
+ left: 0;
760
+ z-index: 6;
761
+ width: min(300px, 28vw);
762
+ height: 100%;
763
+ display: grid;
764
+ grid-template-rows: auto minmax(0, 1fr);
765
+ border: 1px solid var(--surface-border, #dbe3f0);
766
+ border-radius: 1rem;
767
+ background: rgba(255, 255, 255, 0.97);
768
+ box-shadow: 0 24px 44px rgba(15, 23, 42, 0.14);
769
+ overflow: hidden;
770
+ }
771
+
772
+ .workflow-editor-tools-drawer__header {
773
+ display: flex;
774
+ justify-content: space-between;
775
+ align-items: flex-start;
776
+ gap: 0.75rem;
777
+ padding: 0.85rem;
778
+ border-bottom: 1px solid var(--surface-border, #dbe3f0);
779
+ background:
780
+ linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(255,255,255,1) 100%);
781
+ }
782
+
783
+ .workflow-editor-tools-drawer__body {
784
+ overflow: auto;
785
+ padding: 0.85rem;
786
+ display: grid;
787
+ gap: 0.85rem;
788
+ }
789
+
790
+ .workflow-editor-flow-main {
791
+ min-width: 0;
792
+ min-height: 0;
793
+ display: grid;
794
+ }
795
+
796
+ .workflow-editor-canvas-shell {
797
+ min-width: 0;
798
+ min-height: 0;
799
+ padding-left: 0;
800
+ }
801
+
802
+ .workflow-editor-canvas-shell--readonly .workflow-flow-canvas {
803
+ height: calc(100vh - 220px);
804
+ min-height: 690px;
805
+ }
806
+
807
+ .workflow-editor-topology-split .workflow-editor-canvas-shell--readonly .workflow-flow-canvas,
808
+ .workflow-editor-topology-split .workflow-editor-topology-code {
809
+ height: calc(100vh - 220px);
810
+ min-height: 690px;
811
+ }
812
+
813
+ .workflow-editor-workflow-settings {
814
+ display: grid;
815
+ gap: 1rem;
816
+ }
817
+
818
+ .workflow-editor-docs-drawer__header {
819
+ display: flex;
820
+ justify-content: space-between;
821
+ align-items: flex-start;
822
+ gap: 0.75rem;
823
+ padding: 0.85rem;
824
+ border-bottom: 1px solid var(--surface-border, #dbe3f0);
825
+ }
826
+
827
+ .workflow-editor-docs-drawer__body {
828
+ overflow: auto;
829
+ padding: 0.85rem;
830
+ }
831
+
832
+ .workflow-editor-empty-state {
833
+ padding: 1.1rem;
834
+ border: 1px dashed var(--surface-border, #dbe3f0);
835
+ border-radius: 0.9rem;
836
+ opacity: 0.8;
837
+ }
838
+
839
+ .workflow-editor-empty-state--compact {
840
+ padding: 0.85rem;
841
+ }
842
+
843
+ .workflow-editor-loading {
844
+ display: grid;
845
+ place-items: center;
846
+ min-height: 8rem;
847
+ }
848
+
849
+ .workflow-editor-error {
850
+ margin-top: 0.75rem;
851
+ color: var(--red-600, #dc2626);
852
+ font-weight: 600;
853
+ }
854
+
855
+ @media (max-width: 1280px) {
856
+ .workflow-editor-overview-guides {
857
+ grid-template-columns: 1fr;
858
+ }
859
+
860
+ .workflow-editor-overview-stats {
861
+ grid-template-columns: repeat(2, minmax(0, 1fr));
862
+ }
863
+
864
+ .workflow-editor-overview-grid {
865
+ grid-template-columns: 1fr;
866
+ }
867
+
868
+ .workflow-editor-shell--two-panel {
869
+ grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.2fr);
870
+ }
871
+
872
+ .workflow-editor-docs-drawer {
873
+ width: min(390px, 50vw);
874
+ }
875
+ }
876
+
877
+ @media (max-width: 1100px) {
878
+ .workflow-editor-shell--two-panel {
879
+ grid-template-columns: 1fr;
880
+ }
881
+
882
+ .workflow-editor-shell--code-collapsed {
883
+ grid-template-columns: 1fr;
884
+ }
885
+
886
+ .workflow-editor-surface {
887
+ display: none;
888
+ border-right: 0;
889
+ border-bottom: 1px solid var(--surface-border, #dbe3f0);
890
+ }
891
+
892
+ .workflow-editor-surface.is-active {
893
+ display: grid;
894
+ }
895
+
896
+ .workflow-editor-surface:last-child {
897
+ border-bottom: 0;
898
+ }
899
+
900
+ .workflow-editor-focus-switcher {
901
+ display: flex;
902
+ }
903
+
904
+ .workflow-editor-docs-drawer {
905
+ position: static;
906
+ width: 100%;
907
+ border-left: 0;
908
+ border-top: 1px solid var(--surface-border, #dbe3f0);
909
+ box-shadow: none;
910
+ }
911
+
912
+ .workflow-editor-tools-drawer {
913
+ position: static;
914
+ width: 100%;
915
+ height: auto;
916
+ margin-bottom: 1rem;
917
+ }
918
+ }
919
+
920
+ @media (max-width: 768px) {
921
+ .workflow-editor-header {
922
+ flex-direction: column;
923
+ align-items: stretch;
924
+ }
925
+
926
+ .workflow-editor-header-main {
927
+ flex-direction: column;
928
+ align-items: flex-start;
929
+ }
930
+
931
+ .workflow-editor-form-grid {
932
+ grid-template-columns: 1fr;
933
+ }
934
+
935
+ .workflow-editor-overview-stats {
936
+ grid-template-columns: 1fr;
937
+ }
938
+
939
+ .workflow-editor-overview-kv,
940
+ .workflow-editor-overview-actions,
941
+ .workflow-editor-overview-list-item {
942
+ flex-direction: column;
943
+ align-items: flex-start;
944
+ }
945
+
946
+ .workflow-editor-overview-filterbar,
947
+ .workflow-editor-overview-filterbar__left,
948
+ .workflow-editor-overview-filterbar__right,
949
+ .workflow-editor-overview-cta__actions {
950
+ align-items: stretch;
951
+ }
952
+
953
+ .workflow-editor-overview-filter {
954
+ min-width: 100%;
955
+ }
956
+
957
+ .workflow-editor-overview-cta__copy h2 {
958
+ font-size: 1.45rem;
959
+ }
960
+
961
+ .workflow-editor-flow-toolbar,
962
+ .workflow-editor-flow-toolbar__cluster,
963
+ .workflow-editor-flow-toolbar__selection {
964
+ align-items: stretch;
965
+ }
966
+
967
+ .workflow-editor-flow-toolbar__selection {
968
+ min-width: 100%;
969
+ }
970
+ }