@morscherlab/mint-sdk 1.2.0-beta.8 → 1.2.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 +60 -0
- package/dist/{ExperimentPopover-CfOdh5Rm.js → ExperimentPopover-CJdNlCZb.js} +24 -15
- package/dist/ExperimentPopover-CJdNlCZb.js.map +1 -0
- package/dist/{ExperimentSelectorModal-DvIagrxY.js → ExperimentSelectorModal-DCXmwKNS.js} +5 -5
- package/dist/ExperimentSelectorModal-DCXmwKNS.js.map +1 -0
- package/dist/{SettingsModal-W3TYfnP9.js → SettingsModal-BYR20I4c.js} +5 -5
- package/dist/SettingsModal-BYR20I4c.js.map +1 -0
- package/dist/{EmptyState-NBqf2_8z.js → Skeleton-BAF3CKY7.js} +111 -93
- package/dist/Skeleton-BAF3CKY7.js.map +1 -0
- package/dist/__tests__/components/DataStates.test.d.ts +1 -0
- package/dist/__tests__/components/ExperimentTimeline.test.d.ts +1 -0
- package/dist/__tests__/components/FileBrowserModal.test.d.ts +1 -0
- package/dist/__tests__/components/FilePicker.state.test.d.ts +1 -0
- package/dist/__tests__/components/FilePicker.test.d.ts +1 -0
- package/dist/__tests__/components/PlotlyChart.test.d.ts +1 -0
- package/dist/__tests__/components/iconButtonIconSizing.test.d.ts +1 -0
- package/dist/__tests__/composables/useFileBrowser.test.d.ts +1 -0
- package/dist/__tests__/composables/useListReorder.test.d.ts +1 -0
- package/dist/__tests__/composables/usePlatformFilePickerAdapter.test.d.ts +1 -0
- package/dist/__tests__/styles/cssTokens.test.d.ts +1 -0
- package/dist/apiErrors.d.ts +26 -0
- package/dist/components/ActionMenu.vue.d.ts +1 -1
- package/dist/components/AppPluginSwitcher.vue.d.ts +2 -0
- package/dist/components/AuditTrail.vue.d.ts +13 -0
- package/dist/components/BaseInput.vue.d.ts +1 -1
- package/dist/components/BaseSelect.vue.d.ts +1 -1
- package/dist/components/BaseTextarea.vue.d.ts +1 -1
- package/dist/components/BatchProgressList.vue.d.ts +17 -0
- package/dist/components/BioTemplateExperimentWorkspaceView.vue.d.ts +2 -2
- package/dist/components/BioTemplatePackWorkspaceView.vue.d.ts +2 -2
- package/dist/components/ConcentrationInput.vue.d.ts +1 -1
- package/dist/components/DataFrame.vue.d.ts +14 -2
- package/dist/components/DatePicker.vue.d.ts +2 -2
- package/dist/components/DateTimePicker.vue.d.ts +3 -1
- package/dist/components/ExperimentDataViewer.vue.d.ts +26 -1
- package/dist/components/ExperimentPopover.vue.d.ts +1 -0
- package/dist/components/ExperimentTimeline.vue.d.ts +29 -1
- package/dist/components/FileBrowserModal.vue.d.ts +99 -0
- package/dist/components/FilePicker.vue.d.ts +32 -0
- package/dist/components/FileUploader.vue.d.ts +5 -2
- package/dist/components/FormulaInput.vue.d.ts +1 -1
- package/dist/components/GeneratedPlotlyResult.vue.d.ts +1 -3
- package/dist/components/LcmsSequenceTable.vue.d.ts +29 -1
- package/dist/components/MobileSupportGate.vue.d.ts +1 -1
- package/dist/components/MoleculeInput.vue.d.ts +1 -1
- package/dist/components/NumberInput.vue.d.ts +1 -1
- package/dist/components/PlotlyChart.vue.d.ts +59 -0
- package/dist/components/ProgressBar.vue.d.ts +1 -1
- package/dist/components/ProtocolStepEditor.vue.d.ts +1 -0
- package/dist/components/ReagentList.vue.d.ts +29 -1
- package/dist/components/ResourceCard.vue.d.ts +1 -1
- package/dist/components/SampleHierarchyTree.vue.d.ts +29 -1
- package/dist/components/SampleSelector.drag.d.ts +13 -0
- package/dist/components/SampleSelector.tree.d.ts +2 -0
- package/dist/components/SampleSelector.vue.d.ts +34 -1
- package/dist/components/ScheduleCalendar.vue.d.ts +20 -0
- package/dist/components/SecretInput.vue.d.ts +1 -1
- package/dist/components/SequenceInput.vue.d.ts +1 -1
- package/dist/components/SmartGroupFieldRecipe.vue.d.ts +1 -0
- package/dist/components/StatusIndicator.vue.d.ts +1 -1
- package/dist/components/TagsInput.vue.d.ts +1 -1
- package/dist/components/TimePicker.vue.d.ts +2 -1
- package/dist/components/TimeRangeInput.vue.d.ts +1 -1
- package/dist/components/UnitInput.vue.d.ts +1 -1
- package/dist/components/WellPlate.geometry.d.ts +15 -0
- package/dist/components/WellPlate.interaction.d.ts +13 -0
- package/dist/components/WellPlate.vue.d.ts +30 -1
- package/dist/components/fileBrowserPresentation.d.ts +10 -0
- package/dist/components/index.d.ts +4 -0
- package/dist/components/index.js +8 -8
- package/dist/components/internal/AppTopBarPageSelectorInternal.vue.d.ts +2 -0
- package/dist/components/internal/DataStateInternal.vue.d.ts +43 -0
- package/dist/components/internal/FileBrowserDialogInternal.vue.d.ts +34 -0
- package/dist/components/internal/FileBrowserListingInternal.vue.d.ts +25 -0
- package/dist/components/internal/FileBrowserToolbarInternal.vue.d.ts +26 -0
- package/dist/components/internal/FilePickerPreviewInternal.vue.d.ts +18 -0
- package/dist/components/internal/FilePickerTreeInternal.vue.d.ts +31 -0
- package/dist/{components-B80gV0P6.js → components-DIum5hkx.js} +5415 -2753
- package/dist/components-DIum5hkx.js.map +1 -0
- package/dist/composables/controlSchemaTypes.d.ts +34 -0
- package/dist/composables/filePicker/localFiles.d.ts +3 -0
- package/dist/composables/filePicker/usePickerNavigation.d.ts +96 -0
- package/dist/composables/filePicker/usePickerSelection.d.ts +31 -0
- package/dist/composables/filePicker/validation.d.ts +5 -0
- package/dist/composables/index.d.ts +3 -0
- package/dist/composables/index.js +10 -10
- package/dist/composables/useApi.d.ts +14 -7
- package/dist/composables/useDropdownState.d.ts +18 -2
- package/dist/composables/useEventStream.d.ts +9 -0
- package/dist/composables/useFileBrowser.d.ts +55 -0
- package/dist/composables/useFilePicker.d.ts +189 -0
- package/dist/composables/useListReorder.d.ts +90 -0
- package/dist/composables/useMenuKeyboard.d.ts +2 -2
- package/dist/composables/usePlatformFilePickerAdapter.d.ts +11 -0
- package/dist/composables/usePluginConfig.d.ts +3 -1
- package/dist/composables/useRequestSyncState.d.ts +42 -2
- package/dist/composables/useScheduleDrag.d.ts +1 -0
- package/dist/{composables-C8mmD5ta.js → composables-mFXsTA4g.js} +307 -74
- package/dist/composables-mFXsTA4g.js.map +1 -0
- package/dist/{useApi-CDBq6z23.js → errors-BLuqMee5.js} +178 -16
- package/dist/errors-BLuqMee5.js.map +1 -0
- package/dist/{experiment-Y9Iz7KYi.js → experiment-CVDRAnqp.js} +3 -8
- package/dist/experiment-CVDRAnqp.js.map +1 -0
- package/dist/{experiment-utils-DV3DrvE_.js → experiment-utils-CV2Wza3z.js} +1 -1
- package/dist/experiment-utils-CV2Wza3z.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +15 -15
- package/dist/install.js +2 -7
- package/dist/install.js.map +1 -1
- package/dist/permissions.d.ts +42 -1
- package/dist/permissions.js +20 -10
- package/dist/permissions.js.map +1 -1
- package/dist/stores/index.d.ts +1 -1
- package/dist/stores/index.js +3 -3
- package/dist/stores/settings.d.ts +31 -1
- package/dist/styles.css +15162 -32475
- package/dist/templates/index.js +2 -4
- package/dist/{templates-CK72aKO1.js → templates-CmGfmBRA.js} +291 -85
- package/dist/templates-CmGfmBRA.js.map +1 -0
- package/dist/types/fileBrowserTypes.d.ts +77 -0
- package/dist/types/filePicker.d.ts +77 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/{useControlSchema-_OVhavKq.js → useControlSchema-DldpxNOP.js} +234 -1121
- package/dist/useControlSchema-DldpxNOP.js.map +1 -0
- package/dist/{useDropdownState-D5G4UvWd.js → useDropdownState-C7hRiVQf.js} +22 -6
- package/dist/useDropdownState-C7hRiVQf.js.map +1 -0
- package/dist/{useExperimentSelector-DSEckf_g.js → useExperimentSelector-CEcIaueJ.js} +4 -4
- package/dist/{useExperimentSelector-DSEckf_g.js.map → useExperimentSelector-CEcIaueJ.js.map} +1 -1
- package/dist/{useFormBuilder-Bd714C7y.js → useFormBuilder-z5L_dUIy.js} +2 -2
- package/dist/{useFormBuilder-Bd714C7y.js.map → useFormBuilder-z5L_dUIy.js.map} +1 -1
- package/dist/utils/color.d.ts +13 -0
- package/dist/utils/errors.d.ts +9 -0
- package/dist/{useProtocolTemplates-Dq5Pzwyd.js → validation-uwoJGEb6.js} +231 -158
- package/dist/validation-uwoJGEb6.js.map +1 -0
- package/package.json +1 -1
- package/src/__tests__/apiErrors.test.ts +81 -0
- package/src/__tests__/components/ActionMenu.test.ts +94 -0
- package/src/__tests__/components/DataFrame.test.ts +183 -11
- package/src/__tests__/components/DataStates.test.ts +176 -0
- package/src/__tests__/components/DatePicker.test.ts +76 -0
- package/src/__tests__/components/DateTimePicker.test.ts +36 -0
- package/src/__tests__/components/ExperimentPopover.test.ts +30 -0
- package/src/__tests__/components/ExperimentTimeline.test.ts +63 -0
- package/src/__tests__/components/FileBrowserModal.test.ts +460 -0
- package/src/__tests__/components/FilePicker.state.test.ts +287 -0
- package/src/__tests__/components/FilePicker.test.ts +487 -0
- package/src/__tests__/components/GeneratedPlotlyResult.test.ts +52 -5
- package/src/__tests__/components/GroupAssigner.test.ts +53 -0
- package/src/__tests__/components/LcmsSequenceTable.test.ts +22 -0
- package/src/__tests__/components/PlotlyChart.test.ts +305 -0
- package/src/__tests__/components/RackEditor.test.ts +35 -0
- package/src/__tests__/components/ReagentList.test.ts +64 -2
- package/src/__tests__/components/RetiredStyles.test.ts +31 -0
- package/src/__tests__/components/SampleSelector.drag.test.ts +51 -1
- package/src/__tests__/components/ScheduleCalendar.test.ts +63 -0
- package/src/__tests__/components/SegmentedControl.test.ts +107 -0
- package/src/__tests__/components/TimePicker.test.ts +61 -0
- package/src/__tests__/components/WellPlate.interaction.test.ts +59 -0
- package/src/__tests__/components/iconButtonIconSizing.test.ts +18 -0
- package/src/__tests__/composables/useApi.test.ts +92 -9
- package/src/__tests__/composables/useDropdownState.test.ts +58 -1
- package/src/__tests__/composables/useFileBrowser.test.ts +305 -0
- package/src/__tests__/composables/useGeneratedAnalysis.test.ts +7 -2
- package/src/__tests__/composables/useListReorder.test.ts +145 -0
- package/src/__tests__/composables/usePlatformFilePickerAdapter.test.ts +67 -0
- package/src/__tests__/composables/usePluginClient.test.ts +3 -0
- package/src/__tests__/composables/useRequestSyncState.test.ts +140 -0
- package/src/__tests__/stores/settings.test.ts +71 -1
- package/src/__tests__/styles/cssTokens.test.ts +131 -0
- package/src/__tests__/utils/permissions.test.ts +68 -0
- package/src/apiErrors.ts +85 -0
- package/src/components/ActionMenu.vue +45 -88
- package/src/components/AlertBox.vue +0 -4
- package/src/components/AppAvatarMenu.vue +2 -14
- package/src/components/AppLayout.vue +0 -4
- package/src/components/AppPluginSwitcher.story.vue +87 -0
- package/src/components/AppPluginSwitcher.vue +2 -5
- package/src/components/AppSidebar.vue +0 -4
- package/src/components/AppToastContainer.vue +6 -8
- package/src/components/AppTopBar.vue +0 -4
- package/src/components/ArtifactSaveDialog.vue +0 -4
- package/src/components/ArtifactSelectorModal.vue +0 -4
- package/src/components/AuditTrail.story.vue +18 -0
- package/src/components/AuditTrail.vue +27 -7
- package/src/components/AutoGroupModal.vue +0 -4
- package/src/components/Avatar.vue +0 -4
- package/src/components/BaseButton.vue +0 -4
- package/src/components/BaseCheckbox.vue +0 -4
- package/src/components/BaseInput.vue +0 -4
- package/src/components/BaseModal.vue +0 -4
- package/src/components/BasePill.vue +0 -4
- package/src/components/BaseRadioGroup.vue +0 -4
- package/src/components/BaseSelect.vue +0 -4
- package/src/components/BaseSlider.vue +0 -4
- package/src/components/BaseTabs.vue +0 -4
- package/src/components/BaseTextarea.vue +0 -4
- package/src/components/BaseToggle.vue +0 -4
- package/src/components/BatchProgressList.story.vue +18 -0
- package/src/components/BatchProgressList.vue +32 -4
- package/src/components/Breadcrumb.vue +0 -4
- package/src/components/Calendar.vue +0 -4
- package/src/components/ChartContainer.story.vue +1 -1
- package/src/components/ChartContainer.vue +0 -4
- package/src/components/ChemicalFormula.vue +0 -4
- package/src/components/CollapsibleCard.vue +0 -4
- package/src/components/ColorSlider.vue +0 -4
- package/src/components/ConcentrationInput.vue +0 -4
- package/src/components/ConfirmDialog.vue +0 -4
- package/src/components/DataFrame.story.vue +14 -0
- package/src/components/DataFrame.vue +97 -23
- package/src/components/DatePicker.vue +73 -27
- package/src/components/DateTimePicker.vue +45 -17
- package/src/components/Divider.vue +0 -4
- package/src/components/DoseCalculator.vue +0 -4
- package/src/components/DropdownButton.vue +2 -14
- package/src/components/EmptyState.vue +0 -4
- package/src/components/ExperimentCodeBadge.vue +0 -4
- package/src/components/ExperimentDataViewer.story.vue +3 -0
- package/src/components/ExperimentDataViewer.vue +33 -13
- package/src/components/ExperimentPopover.vue +12 -7
- package/src/components/ExperimentSelectorModal.vue +0 -4
- package/src/components/ExperimentTimeline.story.vue +18 -0
- package/src/components/ExperimentTimeline.vue +81 -75
- package/src/components/FileBrowserModal.story.vue +203 -0
- package/src/components/FileBrowserModal.vue +384 -0
- package/src/components/FilePicker.story.vue +44 -0
- package/src/components/FilePicker.vue +284 -0
- package/src/components/FileUploader.vue +32 -18
- package/src/components/FitPanel.vue +0 -4
- package/src/components/FormActions.story.vue +96 -0
- package/src/components/FormActions.vue +0 -4
- package/src/components/FormBuilder.vue +0 -4
- package/src/components/FormField.vue +0 -4
- package/src/components/FormulaInput.vue +0 -4
- package/src/components/GeneratedPathInput.story.vue +68 -0
- package/src/components/GeneratedPlotlyResult.story.vue +96 -0
- package/src/components/GeneratedPlotlyResult.vue +34 -69
- package/src/components/GeneratedPluginView.story.vue +145 -0
- package/src/components/GeneratedPluginView.vue +10 -10
- package/src/components/GeneratedResultRenderer.story.vue +117 -0
- package/src/components/GeneratedResultRenderer.vue +4 -9
- package/src/components/GroupAssigner.vue +67 -5
- package/src/components/IconButton.vue +0 -4
- package/src/components/InstrumentAlertLog.vue +0 -4
- package/src/components/InstrumentStateBadge.vue +0 -4
- package/src/components/InstrumentStatusCard.vue +0 -4
- package/src/components/JobsStatusTray.vue +0 -4
- package/src/components/LcmsSequenceTable.vue +81 -50
- package/src/components/LoadingSpinner.vue +0 -4
- package/src/components/MobileSupportGate.vue +0 -4
- package/src/components/MoleculeInput.vue +0 -4
- package/src/components/MultiSelect.vue +0 -4
- package/src/components/NumberInput.vue +0 -4
- package/src/components/PlateMapEditor.vue +3 -14
- package/src/components/PlotlyChart.story.vue +61 -0
- package/src/components/PlotlyChart.vue +233 -0
- package/src/components/PluginIcon.vue +0 -4
- package/src/components/ProgressBar.vue +0 -4
- package/src/components/ProtocolStepEditor.vue +2 -4
- package/src/components/RackEditor.vue +51 -70
- package/src/components/ReagentEditor.vue +0 -4
- package/src/components/ReagentList.story.vue +18 -0
- package/src/components/ReagentList.vue +127 -82
- package/src/components/ResourceCard.vue +0 -4
- package/src/components/RuntimeUpdateNotice.story.vue +49 -0
- package/src/components/RuntimeUpdateNotice.vue +4 -4
- package/src/components/SampleHierarchyTree.story.vue +18 -0
- package/src/components/SampleHierarchyTree.vue +32 -9
- package/src/components/SampleLegend.vue +2 -8
- package/src/components/SampleSelector.drag.ts +51 -0
- package/src/components/SampleSelector.story.vue +6 -0
- package/src/components/SampleSelector.tree.ts +2 -0
- package/src/components/SampleSelector.vue +49 -10
- package/src/components/SampleSelectorGroupNode.vue +19 -0
- package/src/components/ScheduleCalendar.story.vue +6 -0
- package/src/components/ScheduleCalendar.vue +82 -7
- package/src/components/ScientificNumber.vue +0 -4
- package/src/components/SectionCard.vue +0 -4
- package/src/components/SegmentedControl.vue +50 -7
- package/src/components/SequenceInput.vue +0 -4
- package/src/components/SequenceProgressBar.story.vue +110 -0
- package/src/components/SequenceProgressBar.vue +0 -4
- package/src/components/SettingsModal.vue +0 -4
- package/src/components/Skeleton.vue +0 -4
- package/src/components/SmartGroupFieldRecipe.vue +8 -6
- package/src/components/SmartGroupManual.vue +0 -4
- package/src/components/StatusIndicator.vue +0 -4
- package/src/components/StepWizard.vue +0 -4
- package/src/components/TagsInput.vue +4 -6
- package/src/components/ThemeToggle.vue +0 -4
- package/src/components/TimePicker.vue +36 -7
- package/src/components/TimeRangeInput.vue +0 -4
- package/src/components/Tooltip.story.vue +3 -3
- package/src/components/Tooltip.vue +0 -4
- package/src/components/UnitInput.vue +0 -4
- package/src/components/WellPlate.geometry.ts +60 -1
- package/src/components/WellPlate.interaction.ts +44 -0
- package/src/components/WellPlate.story.vue +8 -0
- package/src/components/WellPlate.vue +53 -7
- package/src/components/fileBrowserPresentation.ts +39 -0
- package/src/components/index.ts +5 -0
- package/src/components/internal/AppTopBarPageSelectorInternal.vue +2 -5
- package/src/components/internal/AppTopBarPillNavInternal.vue +0 -4
- package/src/components/internal/DataStateInternal.vue +74 -0
- package/src/components/internal/FileBrowserDialogInternal.vue +75 -0
- package/src/components/internal/FileBrowserListingInternal.vue +197 -0
- package/src/components/internal/FileBrowserToolbarInternal.vue +136 -0
- package/src/components/internal/FilePickerPreviewInternal.vue +100 -0
- package/src/components/internal/FilePickerTreeInternal.vue +238 -0
- package/src/components/internal/FormSectionRenderer.vue +0 -4
- package/src/components/internal/WellEditPopupInternal.vue +0 -4
- package/src/composables/controlSchemaTypes.ts +34 -0
- package/src/composables/filePicker/localFiles.ts +58 -0
- package/src/composables/filePicker/usePickerNavigation.ts +220 -0
- package/src/composables/filePicker/usePickerSelection.ts +259 -0
- package/src/composables/filePicker/validation.ts +41 -0
- package/src/composables/index.ts +17 -0
- package/src/composables/useApi.ts +57 -13
- package/src/composables/useDropdownState.ts +35 -5
- package/src/composables/useEventStream.ts +14 -2
- package/src/composables/useFileBrowser.ts +314 -0
- package/src/composables/useFileImport.ts +2 -7
- package/src/composables/useFilePicker.ts +366 -0
- package/src/composables/useGeneratedAnalysis.ts +18 -26
- package/src/composables/useListReorder.story.vue +143 -0
- package/src/composables/useListReorder.ts +242 -0
- package/src/composables/useMenuKeyboard.ts +2 -2
- package/src/composables/useOptimisticMutation.ts +1 -15
- package/src/composables/usePlatformFilePickerAdapter.ts +104 -0
- package/src/composables/usePluginClient.ts +3 -0
- package/src/composables/usePluginConfig.ts +3 -1
- package/src/composables/useRackEditor.ts +2 -11
- package/src/composables/useRequestSyncState.ts +98 -28
- package/src/composables/useResourceCrud.ts +1 -15
- package/src/composables/useScheduleDrag.ts +37 -0
- package/src/composables/useWellPainting.ts +5 -29
- package/src/composables/useWellPlateEditor.ts +1 -11
- package/src/index.ts +3 -0
- package/src/permissions.ts +48 -9
- package/src/stores/experiment.ts +2 -7
- package/src/stores/index.ts +9 -1
- package/src/stores/settings.ts +93 -1
- package/src/styles/components/audit-trail.css +5 -5
- package/src/styles/components/batch-progress-list.css +7 -0
- package/src/styles/components/color-slider.css +2 -2
- package/src/styles/components/data-state.css +30 -0
- package/src/styles/components/dataframe.css +29 -35
- package/src/styles/components/experiment-data-viewer.css +4 -4
- package/src/styles/components/experiment-timeline.css +3 -30
- package/src/styles/components/file-browser-modal.css +489 -0
- package/src/styles/components/file-picker.css +502 -0
- package/src/styles/components/form-builder.css +5 -5
- package/src/styles/components/icon-button.css +9 -0
- package/src/styles/components/lcms-sequence-table.css +16 -1
- package/src/styles/components/multi-select.css +1 -1
- package/src/styles/components/reagent-list.css +38 -31
- package/src/styles/components/sample-hierarchy-tree.css +5 -19
- package/src/styles/components/sample-selector.css +9 -2
- package/src/styles/components/schedule-calendar.css +8 -0
- package/src/styles/components/scientific-number.css +1 -1
- package/src/styles/components/well-plate.css +8 -0
- package/src/styles/index.css +11 -0
- package/src/styles/variables.css +29 -0
- package/src/templates/builderPresetControls.ts +1 -1
- package/src/templates/componentPlateHelpers.ts +3 -1
- package/src/templates/doseResponseAdapters.ts +2 -13
- package/src/templates/elisaAssayCollectionBuilder.ts +2 -2
- package/src/templates/plateMapBuilder.ts +2 -2
- package/src/templates/qpcrPlateBuilder.ts +1 -1
- package/src/templates/templateValidators.ts +1 -1
- package/src/templates/timeCourseBuilder.ts +2 -2
- package/src/templates/wellPlateScreenCollectionBuilder.ts +2 -2
- package/src/types/fileBrowserTypes.ts +85 -0
- package/src/types/filePicker.ts +72 -0
- package/src/types/index.ts +14 -0
- package/src/utils/color.ts +51 -0
- package/src/utils/errors.ts +29 -0
- package/dist/EmptyState-NBqf2_8z.js.map +0 -1
- package/dist/ExperimentPopover-CfOdh5Rm.js.map +0 -1
- package/dist/ExperimentSelectorModal-DvIagrxY.js.map +0 -1
- package/dist/SettingsModal-W3TYfnP9.js.map +0 -1
- package/dist/components-B80gV0P6.js.map +0 -1
- package/dist/composables/autoGroupConstants.d.ts +0 -1
- package/dist/composables/autoGroupGrouping.d.ts +0 -3
- package/dist/composables/useAutoGroupInputSources.d.ts +0 -32
- package/dist/composables-C8mmD5ta.js.map +0 -1
- package/dist/experiment-Y9Iz7KYi.js.map +0 -1
- package/dist/experiment-utils-DV3DrvE_.js.map +0 -1
- package/dist/templates/builderDefaults.d.ts +0 -1
- package/dist/templates/plateGeometry.d.ts +0 -4
- package/dist/templates-CK72aKO1.js.map +0 -1
- package/dist/useApi-CDBq6z23.js.map +0 -1
- package/dist/useControlSchema-_OVhavKq.js.map +0 -1
- package/dist/useDropdownState-D5G4UvWd.js.map +0 -1
- package/dist/useProtocolTemplates-Dq5Pzwyd.js.map +0 -1
- package/src/__tests__/composables/useAutoGroupInputSources.test.ts +0 -127
- package/src/composables/autoGroupConstants.ts +0 -4
- package/src/composables/autoGroupGrouping.ts +0 -148
- package/src/composables/useAutoGroupInputSources.ts +0 -147
- package/src/templates/builderDefaults.ts +0 -11
- package/src/templates/plateGeometry.ts +0 -62
- /package/dist/__tests__/{composables/useAutoGroupInputSources.test.d.ts → apiErrors.test.d.ts} +0 -0
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
border-radius: 50%;
|
|
62
62
|
background: white;
|
|
63
63
|
cursor: pointer;
|
|
64
|
-
border: 2px solid var(--
|
|
64
|
+
border: 2px solid var(--color-primary);
|
|
65
65
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
66
66
|
transition: transform 0.15s ease;
|
|
67
67
|
}
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
border-radius: 50%;
|
|
81
81
|
background: white;
|
|
82
82
|
cursor: pointer;
|
|
83
|
-
border: 2px solid var(--
|
|
83
|
+
border: 2px solid var(--color-primary);
|
|
84
84
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
85
85
|
transition: transform 0.15s ease;
|
|
86
86
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/* DataStateInternal — shared loading / error / empty presentation for data components */
|
|
2
|
+
|
|
3
|
+
.mint-data-state {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
background-color: var(--bg-primary);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.mint-data-state--loading {
|
|
12
|
+
gap: 0.75rem;
|
|
13
|
+
padding: 2.5rem 2rem;
|
|
14
|
+
color: var(--text-muted);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.mint-data-state--loading.mint-data-state--sm {
|
|
18
|
+
padding: 1.25rem 1rem;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.mint-data-state--loading.mint-data-state--lg {
|
|
22
|
+
padding: 3.5rem 2rem;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.mint-data-state__loading-text {
|
|
26
|
+
font-size: 0.875rem;
|
|
27
|
+
color: var(--text-muted);
|
|
28
|
+
margin: 0 !important;
|
|
29
|
+
padding: 0 !important;
|
|
30
|
+
}
|
|
@@ -187,6 +187,23 @@
|
|
|
187
187
|
text-align: center;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
+
/* Sortable headers are real buttons; strip the native chrome so the cell keeps
|
|
191
|
+
its table-header appearance while staying keyboard-operable. */
|
|
192
|
+
.mint-dataframe__th-button {
|
|
193
|
+
display: block;
|
|
194
|
+
width: 100%;
|
|
195
|
+
margin: 0;
|
|
196
|
+
padding: 0;
|
|
197
|
+
border: 0;
|
|
198
|
+
background: none;
|
|
199
|
+
color: inherit;
|
|
200
|
+
font: inherit;
|
|
201
|
+
letter-spacing: inherit;
|
|
202
|
+
text-transform: inherit;
|
|
203
|
+
text-align: inherit;
|
|
204
|
+
cursor: inherit;
|
|
205
|
+
}
|
|
206
|
+
|
|
190
207
|
.mint-dataframe__th-content {
|
|
191
208
|
display: inline-flex;
|
|
192
209
|
align-items: center;
|
|
@@ -308,7 +325,7 @@
|
|
|
308
325
|
}
|
|
309
326
|
|
|
310
327
|
.mint-dataframe__row--clickable:focus-visible {
|
|
311
|
-
outline: 2px solid var(--
|
|
328
|
+
outline: 2px solid var(--color-primary);
|
|
312
329
|
outline-offset: -2px;
|
|
313
330
|
}
|
|
314
331
|
|
|
@@ -352,32 +369,15 @@ html.dark .mint-dataframe__row--selected > .mint-dataframe__td {
|
|
|
352
369
|
border-bottom: none;
|
|
353
370
|
}
|
|
354
371
|
|
|
355
|
-
/* Empty
|
|
356
|
-
.mint-
|
|
372
|
+
/* Empty / error placeholder host (content comes from EmptyState) */
|
|
373
|
+
.mint-dataframe__state {
|
|
357
374
|
display: flex;
|
|
358
|
-
flex-direction: column;
|
|
359
375
|
align-items: center;
|
|
360
376
|
justify-content: center;
|
|
361
377
|
min-height: 12rem;
|
|
362
|
-
padding: 2.5rem 2rem;
|
|
363
|
-
color: var(--text-muted);
|
|
364
378
|
background-color: var(--bg-primary);
|
|
365
379
|
}
|
|
366
380
|
|
|
367
|
-
.mint-dataframe__empty-icon {
|
|
368
|
-
width: 2.5rem;
|
|
369
|
-
height: 2.5rem;
|
|
370
|
-
opacity: 0.5;
|
|
371
|
-
margin-bottom: 0.5rem;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.mint-dataframe__empty-text {
|
|
375
|
-
font-size: 0.875rem;
|
|
376
|
-
margin-top: 0 !important;
|
|
377
|
-
margin-bottom: 0 !important;
|
|
378
|
-
padding: 0 !important;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
381
|
/* Loading overlay */
|
|
382
382
|
.mint-dataframe__loading {
|
|
383
383
|
position: absolute;
|
|
@@ -395,18 +395,6 @@ html.dark .mint-dataframe__loading {
|
|
|
395
395
|
background-color: rgba(0, 0, 0, 0.4);
|
|
396
396
|
}
|
|
397
397
|
|
|
398
|
-
.mint-dataframe__loading-spinner {
|
|
399
|
-
width: 1.5rem;
|
|
400
|
-
height: 1.5rem;
|
|
401
|
-
color: var(--color-primary);
|
|
402
|
-
animation: mint-dataframe-spin 1s linear infinite;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
@keyframes mint-dataframe-spin {
|
|
406
|
-
from { transform: rotate(0deg); }
|
|
407
|
-
to { transform: rotate(360deg); }
|
|
408
|
-
}
|
|
409
|
-
|
|
410
398
|
/* Footer / Pagination */
|
|
411
399
|
.mint-dataframe__footer {
|
|
412
400
|
display: flex;
|
|
@@ -502,11 +490,17 @@ html.dark .mint-dataframe__loading {
|
|
|
502
490
|
transition: background-color 0.15s ease;
|
|
503
491
|
}
|
|
504
492
|
|
|
505
|
-
.mint-dataframe__resize-handle:hover::after
|
|
493
|
+
.mint-dataframe__resize-handle:hover::after,
|
|
494
|
+
.mint-dataframe__resize-handle:focus-visible::after {
|
|
506
495
|
width: 2px;
|
|
507
496
|
background-color: var(--color-primary);
|
|
508
497
|
}
|
|
509
498
|
|
|
499
|
+
.mint-dataframe__resize-handle:focus-visible {
|
|
500
|
+
outline: none;
|
|
501
|
+
box-shadow: var(--focus-ring);
|
|
502
|
+
}
|
|
503
|
+
|
|
510
504
|
/* Row delete action column */
|
|
511
505
|
.mint-dataframe__th--actions,
|
|
512
506
|
.mint-dataframe__td--actions {
|
|
@@ -539,8 +533,8 @@ html.dark .mint-dataframe__loading {
|
|
|
539
533
|
}
|
|
540
534
|
|
|
541
535
|
.mint-dataframe__delete-btn:hover {
|
|
542
|
-
background-color: color-mix(in srgb, var(--
|
|
543
|
-
color: var(--
|
|
536
|
+
background-color: color-mix(in srgb, var(--mint-error) 14%, transparent);
|
|
537
|
+
color: var(--mint-error);
|
|
544
538
|
}
|
|
545
539
|
|
|
546
540
|
.mint-dataframe__delete-btn:focus-visible {
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
flex-direction: column;
|
|
28
28
|
gap: 12px;
|
|
29
29
|
}
|
|
30
|
-
.mint-data-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
.mint-data-viewer__state {
|
|
31
|
+
display: flex;
|
|
32
|
+
align-items: center;
|
|
33
|
+
justify-content: center;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
/* Summary view */
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
.mint-timeline__expanded {
|
|
292
292
|
margin-top: 0.75rem;
|
|
293
293
|
padding-top: 0.75rem;
|
|
294
|
-
border-top: 1px solid
|
|
294
|
+
border-top: 1px solid color-mix(in srgb, var(--border-color) 50%, transparent);
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
.mint-timeline__description {
|
|
@@ -434,42 +434,15 @@
|
|
|
434
434
|
width: 2rem;
|
|
435
435
|
}
|
|
436
436
|
|
|
437
|
-
/* Empty
|
|
438
|
-
.mint-
|
|
437
|
+
/* Empty / loading / error placeholder host (content comes from EmptyState) */
|
|
438
|
+
.mint-timeline__state {
|
|
439
439
|
display: flex;
|
|
440
440
|
align-items: center;
|
|
441
441
|
justify-content: center;
|
|
442
|
-
padding: 2rem;
|
|
443
442
|
border: 2px dashed var(--border-color);
|
|
444
443
|
border-radius: var(--radius-md);
|
|
445
444
|
}
|
|
446
445
|
|
|
447
|
-
.mint-timeline__empty-content {
|
|
448
|
-
text-align: center;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
.mint-timeline__empty-text {
|
|
452
|
-
color: var(--text-muted);
|
|
453
|
-
margin-top: 0 !important;
|
|
454
|
-
margin-bottom: 0.5rem !important;
|
|
455
|
-
padding: 0 !important;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
.mint-timeline__empty-btn {
|
|
459
|
-
padding: 0.375rem 0.75rem;
|
|
460
|
-
font-size: 0.875rem;
|
|
461
|
-
background-color: var(--color-primary);
|
|
462
|
-
color: white;
|
|
463
|
-
border: none;
|
|
464
|
-
border-radius: var(--radius-md);
|
|
465
|
-
cursor: pointer;
|
|
466
|
-
transition: background-color 0.15s ease;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
.mint-timeline__empty-btn:hover {
|
|
470
|
-
opacity: 0.9;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
446
|
/* Add step button (end) */
|
|
474
447
|
.mint-timeline__add-end {
|
|
475
448
|
display: flex;
|
|
@@ -0,0 +1,489 @@
|
|
|
1
|
+
.mint-file-browser-dialog,
|
|
2
|
+
.mint-file-browser-dialog * {
|
|
3
|
+
box-sizing: border-box;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
/* File browser workspace. Actions use BaseButton/IconButton; these rules own layout. */
|
|
7
|
+
.mint-file-browser-overlay {
|
|
8
|
+
position: fixed;
|
|
9
|
+
inset: 0;
|
|
10
|
+
z-index: 50;
|
|
11
|
+
display: flex;
|
|
12
|
+
align-items: center;
|
|
13
|
+
justify-content: center;
|
|
14
|
+
padding: 24px;
|
|
15
|
+
background: rgb(15 23 42 / 45%);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.mint-file-browser-dialog {
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-direction: column;
|
|
21
|
+
width: 880px;
|
|
22
|
+
max-width: 100%;
|
|
23
|
+
max-height: calc(100dvh - 48px);
|
|
24
|
+
overflow: hidden;
|
|
25
|
+
border: 1px solid var(--border-color);
|
|
26
|
+
border-radius: var(--radius-lg);
|
|
27
|
+
background: var(--bg-secondary);
|
|
28
|
+
color: var(--text-primary);
|
|
29
|
+
box-shadow: var(--shadow-lg);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.mint-file-browser-dialog--sm {
|
|
33
|
+
width: 520px;
|
|
34
|
+
}
|
|
35
|
+
.mint-file-browser-dialog--md {
|
|
36
|
+
width: 640px;
|
|
37
|
+
}
|
|
38
|
+
.mint-file-browser-dialog--lg {
|
|
39
|
+
width: 760px;
|
|
40
|
+
}
|
|
41
|
+
.mint-file-browser-dialog--xl {
|
|
42
|
+
width: 840px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.mint-file-browser-dialog__header {
|
|
46
|
+
display: flex;
|
|
47
|
+
align-items: center;
|
|
48
|
+
gap: 12px;
|
|
49
|
+
flex-shrink: 0;
|
|
50
|
+
padding: 16px 20px;
|
|
51
|
+
border-bottom: 1px solid var(--border-color);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.mint-file-browser__heading {
|
|
55
|
+
flex: 1;
|
|
56
|
+
min-width: 0;
|
|
57
|
+
}
|
|
58
|
+
.mint-file-browser__title {
|
|
59
|
+
margin: 0;
|
|
60
|
+
font-size: 17px;
|
|
61
|
+
font-weight: 600;
|
|
62
|
+
}
|
|
63
|
+
.mint-file-browser__context {
|
|
64
|
+
margin: 3px 0 0;
|
|
65
|
+
color: var(--text-secondary);
|
|
66
|
+
font-size: 12px;
|
|
67
|
+
overflow-wrap: anywhere;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.mint-file-browser {
|
|
71
|
+
display: flex;
|
|
72
|
+
flex-direction: column;
|
|
73
|
+
min-height: 0;
|
|
74
|
+
font-size: 13px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.mint-file-browser__mounts {
|
|
78
|
+
display: flex;
|
|
79
|
+
align-items: center;
|
|
80
|
+
gap: 12px;
|
|
81
|
+
padding: 10px 20px 0;
|
|
82
|
+
flex-shrink: 0;
|
|
83
|
+
min-width: 0;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.mint-file-browser__mounts-label {
|
|
87
|
+
font-size: 12px;
|
|
88
|
+
color: var(--text-muted);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.mint-file-browser__mount-options {
|
|
92
|
+
display: flex;
|
|
93
|
+
gap: 6px;
|
|
94
|
+
min-width: 0;
|
|
95
|
+
overflow-x: auto;
|
|
96
|
+
padding: 2px;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.mint-file-browser__mount {
|
|
100
|
+
flex-shrink: 0;
|
|
101
|
+
max-width: 260px;
|
|
102
|
+
}
|
|
103
|
+
.mint-file-browser__mount-label {
|
|
104
|
+
overflow: hidden;
|
|
105
|
+
text-overflow: ellipsis;
|
|
106
|
+
}
|
|
107
|
+
.mint-file-browser__mount-count {
|
|
108
|
+
font-size: 11px;
|
|
109
|
+
color: var(--text-muted);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.mint-file-browser__toolbar {
|
|
113
|
+
padding: 8px 20px 12px;
|
|
114
|
+
flex-shrink: 0;
|
|
115
|
+
}
|
|
116
|
+
.mint-file-browser__pathbar,
|
|
117
|
+
.mint-file-browser__tools {
|
|
118
|
+
display: flex;
|
|
119
|
+
align-items: center;
|
|
120
|
+
gap: 8px;
|
|
121
|
+
min-width: 0;
|
|
122
|
+
}
|
|
123
|
+
.mint-file-browser__pathbar {
|
|
124
|
+
margin-bottom: 8px;
|
|
125
|
+
}
|
|
126
|
+
.mint-file-browser__crumbs {
|
|
127
|
+
display: flex;
|
|
128
|
+
align-items: center;
|
|
129
|
+
flex: 1;
|
|
130
|
+
min-width: 0;
|
|
131
|
+
overflow-x: auto;
|
|
132
|
+
}
|
|
133
|
+
.mint-file-browser__crumb {
|
|
134
|
+
flex-shrink: 0;
|
|
135
|
+
}
|
|
136
|
+
.mint-file-browser__crumb--current {
|
|
137
|
+
font-weight: 600;
|
|
138
|
+
}
|
|
139
|
+
.mint-file-browser__crumb-sep {
|
|
140
|
+
color: var(--text-muted);
|
|
141
|
+
}
|
|
142
|
+
.mint-file-browser__search {
|
|
143
|
+
flex: 1;
|
|
144
|
+
min-width: 100px;
|
|
145
|
+
}
|
|
146
|
+
.mint-file-browser__rules {
|
|
147
|
+
color: var(--text-muted);
|
|
148
|
+
font-family: var(--font-mono);
|
|
149
|
+
font-size: 11px;
|
|
150
|
+
max-width: 160px;
|
|
151
|
+
overflow: hidden;
|
|
152
|
+
text-overflow: ellipsis;
|
|
153
|
+
white-space: nowrap;
|
|
154
|
+
}
|
|
155
|
+
.mint-file-browser__select-folder {
|
|
156
|
+
flex-shrink: 0;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.mint-file-browser__listing {
|
|
160
|
+
display: flex;
|
|
161
|
+
flex-direction: column;
|
|
162
|
+
min-height: 0;
|
|
163
|
+
}
|
|
164
|
+
.mint-file-browser__head,
|
|
165
|
+
.mint-file-browser__row {
|
|
166
|
+
display: grid;
|
|
167
|
+
grid-template-columns: 16px 24px minmax(0, 1fr) 80px 72px 32px;
|
|
168
|
+
align-items: center;
|
|
169
|
+
gap: 10px;
|
|
170
|
+
padding: 4px 20px;
|
|
171
|
+
}
|
|
172
|
+
.mint-file-browser__head {
|
|
173
|
+
min-height: 32px;
|
|
174
|
+
border-block: 1px solid var(--border-color);
|
|
175
|
+
background: var(--bg-primary);
|
|
176
|
+
color: var(--text-secondary);
|
|
177
|
+
font-size: 11px;
|
|
178
|
+
font-weight: 500;
|
|
179
|
+
}
|
|
180
|
+
.mint-file-browser__col-size,
|
|
181
|
+
.mint-file-browser__col-type,
|
|
182
|
+
.mint-file-browser__size,
|
|
183
|
+
.mint-file-browser__type {
|
|
184
|
+
text-align: right;
|
|
185
|
+
}
|
|
186
|
+
.mint-file-browser__rows {
|
|
187
|
+
overflow-y: auto;
|
|
188
|
+
max-height: min(46dvh, 440px);
|
|
189
|
+
min-height: 0;
|
|
190
|
+
}
|
|
191
|
+
.mint-file-browser__row {
|
|
192
|
+
min-height: 42px;
|
|
193
|
+
border-bottom: 1px solid var(--border-light);
|
|
194
|
+
}
|
|
195
|
+
.mint-file-browser__row--dir {
|
|
196
|
+
cursor: pointer;
|
|
197
|
+
}
|
|
198
|
+
.mint-file-browser__row:hover {
|
|
199
|
+
background: var(--bg-hover);
|
|
200
|
+
}
|
|
201
|
+
.mint-file-browser__row--selected,
|
|
202
|
+
.mint-file-browser__row--selected:hover {
|
|
203
|
+
background: var(--color-primary-soft);
|
|
204
|
+
}
|
|
205
|
+
.mint-file-browser__name-cell {
|
|
206
|
+
display: flex;
|
|
207
|
+
align-items: center;
|
|
208
|
+
gap: 8px;
|
|
209
|
+
min-width: 0;
|
|
210
|
+
}
|
|
211
|
+
.mint-file-browser__name {
|
|
212
|
+
overflow: hidden;
|
|
213
|
+
text-overflow: ellipsis;
|
|
214
|
+
white-space: nowrap;
|
|
215
|
+
}
|
|
216
|
+
.mint-file-browser__row--dir .mint-file-browser__name {
|
|
217
|
+
font-weight: 500;
|
|
218
|
+
}
|
|
219
|
+
.mint-file-browser__note-pill {
|
|
220
|
+
flex-shrink: 0;
|
|
221
|
+
color: var(--color-primary);
|
|
222
|
+
font-size: 11px;
|
|
223
|
+
}
|
|
224
|
+
.mint-file-browser__size,
|
|
225
|
+
.mint-file-browser__type {
|
|
226
|
+
font-size: 12px;
|
|
227
|
+
color: var(--text-secondary);
|
|
228
|
+
}
|
|
229
|
+
.mint-file-browser__row--dimmed .mint-file-browser__name,
|
|
230
|
+
.mint-file-browser__row--dimmed .mint-file-browser__size,
|
|
231
|
+
.mint-file-browser__row--dimmed .mint-file-browser__type {
|
|
232
|
+
color: var(--text-muted);
|
|
233
|
+
}
|
|
234
|
+
.mint-file-browser__row--dimmed .mint-file-browser__row-icon {
|
|
235
|
+
filter: grayscale(1);
|
|
236
|
+
opacity: 0.6;
|
|
237
|
+
}
|
|
238
|
+
.mint-file-browser__checkbox {
|
|
239
|
+
width: 16px;
|
|
240
|
+
height: 16px;
|
|
241
|
+
margin: 0;
|
|
242
|
+
accent-color: var(--color-primary);
|
|
243
|
+
cursor: pointer;
|
|
244
|
+
}
|
|
245
|
+
.mint-file-browser__checkbox:focus-visible {
|
|
246
|
+
outline: none;
|
|
247
|
+
box-shadow: var(--focus-ring);
|
|
248
|
+
}
|
|
249
|
+
.mint-file-browser__row-icon {
|
|
250
|
+
display: flex;
|
|
251
|
+
align-items: center;
|
|
252
|
+
justify-content: center;
|
|
253
|
+
color: var(--text-secondary);
|
|
254
|
+
}
|
|
255
|
+
.mint-file-browser__row-icon--directory {
|
|
256
|
+
color: var(--mint-info);
|
|
257
|
+
}
|
|
258
|
+
.mint-file-browser__icon {
|
|
259
|
+
width: 16px;
|
|
260
|
+
height: 16px;
|
|
261
|
+
flex-shrink: 0;
|
|
262
|
+
}
|
|
263
|
+
.mint-file-browser__skeleton {
|
|
264
|
+
padding: 16px 20px;
|
|
265
|
+
overflow: auto;
|
|
266
|
+
}
|
|
267
|
+
.mint-file-browser__skeleton-row {
|
|
268
|
+
display: flex;
|
|
269
|
+
justify-content: space-between;
|
|
270
|
+
gap: 12px;
|
|
271
|
+
padding: 10px 0;
|
|
272
|
+
}
|
|
273
|
+
.mint-file-browser__error {
|
|
274
|
+
display: flex;
|
|
275
|
+
align-items: center;
|
|
276
|
+
justify-content: space-between;
|
|
277
|
+
gap: 16px;
|
|
278
|
+
padding: 24px 20px;
|
|
279
|
+
color: var(--mint-error);
|
|
280
|
+
overflow: auto;
|
|
281
|
+
}
|
|
282
|
+
.mint-file-browser__listing > .mint-empty-state {
|
|
283
|
+
padding: 32px 20px;
|
|
284
|
+
overflow: auto;
|
|
285
|
+
}
|
|
286
|
+
.mint-file-browser__status {
|
|
287
|
+
display: flex;
|
|
288
|
+
align-items: center;
|
|
289
|
+
gap: 8px;
|
|
290
|
+
padding: 8px 20px;
|
|
291
|
+
font-size: 11px;
|
|
292
|
+
color: var(--text-muted);
|
|
293
|
+
flex-wrap: wrap;
|
|
294
|
+
flex-shrink: 0;
|
|
295
|
+
}
|
|
296
|
+
.mint-file-browser__status-spacer {
|
|
297
|
+
flex: 1;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.mint-file-browser-dialog__footer {
|
|
301
|
+
padding: 12px 20px;
|
|
302
|
+
border-top: 1px solid var(--border-color);
|
|
303
|
+
flex-shrink: 0;
|
|
304
|
+
}
|
|
305
|
+
.mint-file-browser__tray {
|
|
306
|
+
display: flex;
|
|
307
|
+
align-items: center;
|
|
308
|
+
gap: 20px;
|
|
309
|
+
min-width: 0;
|
|
310
|
+
}
|
|
311
|
+
.mint-file-browser__tray-main {
|
|
312
|
+
flex: 1;
|
|
313
|
+
min-width: 0;
|
|
314
|
+
}
|
|
315
|
+
.mint-file-browser__tray-head {
|
|
316
|
+
display: flex;
|
|
317
|
+
align-items: center;
|
|
318
|
+
gap: 8px;
|
|
319
|
+
flex-wrap: wrap;
|
|
320
|
+
min-height: 32px;
|
|
321
|
+
}
|
|
322
|
+
.mint-file-browser__tray-count {
|
|
323
|
+
font-size: 13px;
|
|
324
|
+
font-weight: 600;
|
|
325
|
+
}
|
|
326
|
+
.mint-file-browser__tray-summary,
|
|
327
|
+
.mint-file-browser__selection-hint {
|
|
328
|
+
font-size: 12px;
|
|
329
|
+
color: var(--text-muted);
|
|
330
|
+
}
|
|
331
|
+
.mint-file-browser__chips {
|
|
332
|
+
display: flex;
|
|
333
|
+
flex-wrap: wrap;
|
|
334
|
+
gap: 6px;
|
|
335
|
+
max-height: 84px;
|
|
336
|
+
overflow-y: auto;
|
|
337
|
+
margin-top: 4px;
|
|
338
|
+
}
|
|
339
|
+
.mint-file-browser__chip {
|
|
340
|
+
display: inline-flex;
|
|
341
|
+
align-items: center;
|
|
342
|
+
gap: 6px;
|
|
343
|
+
max-width: 100%;
|
|
344
|
+
padding-left: 8px;
|
|
345
|
+
background: var(--bg-primary);
|
|
346
|
+
border: 1px solid var(--border-color);
|
|
347
|
+
border-radius: var(--radius-md);
|
|
348
|
+
font-size: 12px;
|
|
349
|
+
}
|
|
350
|
+
.mint-file-browser__chip-label {
|
|
351
|
+
overflow: hidden;
|
|
352
|
+
text-overflow: ellipsis;
|
|
353
|
+
white-space: nowrap;
|
|
354
|
+
}
|
|
355
|
+
.mint-file-browser__chip-remove {
|
|
356
|
+
flex-shrink: 0;
|
|
357
|
+
}
|
|
358
|
+
.mint-file-browser__actions {
|
|
359
|
+
display: flex;
|
|
360
|
+
align-items: center;
|
|
361
|
+
gap: 8px;
|
|
362
|
+
flex-shrink: 0;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
@media (max-width: 600px) {
|
|
366
|
+
.mint-file-browser-overlay {
|
|
367
|
+
padding: 8px;
|
|
368
|
+
}
|
|
369
|
+
.mint-file-browser-dialog {
|
|
370
|
+
max-height: calc(100dvh - 16px);
|
|
371
|
+
}
|
|
372
|
+
.mint-file-browser-dialog__header {
|
|
373
|
+
padding: 12px;
|
|
374
|
+
gap: 8px;
|
|
375
|
+
flex-wrap: wrap;
|
|
376
|
+
}
|
|
377
|
+
.mint-file-browser__title {
|
|
378
|
+
font-size: 15px;
|
|
379
|
+
}
|
|
380
|
+
.mint-file-browser__local {
|
|
381
|
+
order: 3;
|
|
382
|
+
}
|
|
383
|
+
.mint-file-browser__mounts {
|
|
384
|
+
padding: 8px 12px 0;
|
|
385
|
+
}
|
|
386
|
+
.mint-file-browser__mounts-label {
|
|
387
|
+
display: none;
|
|
388
|
+
}
|
|
389
|
+
.mint-file-browser__toolbar {
|
|
390
|
+
padding: 6px 12px 10px;
|
|
391
|
+
}
|
|
392
|
+
.mint-file-browser__tools {
|
|
393
|
+
flex-wrap: wrap;
|
|
394
|
+
gap: 6px;
|
|
395
|
+
}
|
|
396
|
+
.mint-file-browser__search {
|
|
397
|
+
flex-basis: calc(100% - 42px);
|
|
398
|
+
}
|
|
399
|
+
.mint-file-browser__rules {
|
|
400
|
+
order: 2;
|
|
401
|
+
flex: 1;
|
|
402
|
+
max-width: none;
|
|
403
|
+
}
|
|
404
|
+
.mint-file-browser__select-folder {
|
|
405
|
+
order: 3;
|
|
406
|
+
margin-left: auto;
|
|
407
|
+
}
|
|
408
|
+
.mint-file-browser__head,
|
|
409
|
+
.mint-file-browser__row {
|
|
410
|
+
grid-template-columns: 16px 20px minmax(0, 1fr) 64px 32px;
|
|
411
|
+
gap: 6px;
|
|
412
|
+
padding-inline: 12px;
|
|
413
|
+
}
|
|
414
|
+
.mint-file-browser__col-type,
|
|
415
|
+
.mint-file-browser__type {
|
|
416
|
+
display: none;
|
|
417
|
+
}
|
|
418
|
+
.mint-file-browser__name-cell {
|
|
419
|
+
flex-direction: column;
|
|
420
|
+
align-items: flex-start;
|
|
421
|
+
gap: 0;
|
|
422
|
+
}
|
|
423
|
+
.mint-file-browser__name {
|
|
424
|
+
max-width: 100%;
|
|
425
|
+
}
|
|
426
|
+
.mint-file-browser__status {
|
|
427
|
+
padding-inline: 12px;
|
|
428
|
+
}
|
|
429
|
+
.mint-file-browser__legend {
|
|
430
|
+
display: none;
|
|
431
|
+
}
|
|
432
|
+
.mint-file-browser-dialog__footer {
|
|
433
|
+
padding: 10px 12px;
|
|
434
|
+
}
|
|
435
|
+
.mint-file-browser__tray {
|
|
436
|
+
flex-direction: column;
|
|
437
|
+
align-items: stretch;
|
|
438
|
+
gap: 10px;
|
|
439
|
+
}
|
|
440
|
+
.mint-file-browser__actions {
|
|
441
|
+
justify-content: flex-end;
|
|
442
|
+
}
|
|
443
|
+
.mint-file-browser__chips {
|
|
444
|
+
max-height: 80px;
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
/* Short windows scroll the workspace while keeping confirmation reachable. */
|
|
449
|
+
@media (max-height: 600px) {
|
|
450
|
+
.mint-file-browser {
|
|
451
|
+
overflow-y: auto;
|
|
452
|
+
}
|
|
453
|
+
.mint-file-browser__listing {
|
|
454
|
+
flex-shrink: 0;
|
|
455
|
+
}
|
|
456
|
+
.mint-file-browser__rows {
|
|
457
|
+
max-height: none;
|
|
458
|
+
}
|
|
459
|
+
.mint-file-browser__chips {
|
|
460
|
+
max-height: 40px;
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
@media (max-height: 600px) and (min-width: 601px) {
|
|
465
|
+
.mint-file-browser-overlay {
|
|
466
|
+
padding: 8px;
|
|
467
|
+
}
|
|
468
|
+
.mint-file-browser-dialog {
|
|
469
|
+
max-height: calc(100dvh - 16px);
|
|
470
|
+
}
|
|
471
|
+
.mint-file-browser-dialog__header {
|
|
472
|
+
padding-block: 8px;
|
|
473
|
+
}
|
|
474
|
+
.mint-file-browser__context {
|
|
475
|
+
display: none;
|
|
476
|
+
}
|
|
477
|
+
.mint-file-browser__toolbar {
|
|
478
|
+
display: grid;
|
|
479
|
+
grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
|
|
480
|
+
gap: 8px;
|
|
481
|
+
padding-block: 6px;
|
|
482
|
+
}
|
|
483
|
+
.mint-file-browser__pathbar {
|
|
484
|
+
margin: 0;
|
|
485
|
+
}
|
|
486
|
+
.mint-file-browser__rules {
|
|
487
|
+
display: none;
|
|
488
|
+
}
|
|
489
|
+
}
|