@morscherlab/mint-sdk 1.0.0-alpha.8 → 1.0.0-alpha.9
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 +15 -15
- package/dist/{auth-BYmxZdJl.js → auth-DsI0rQ7_.js} +6 -6
- package/dist/auth-DsI0rQ7_.js.map +1 -0
- package/dist/components/index.js +2 -2
- package/dist/{components-CKf-UpGi.js → components-CzbQQPCb.js} +1429 -1429
- package/dist/components-CzbQQPCb.js.map +1 -0
- package/dist/composables/index.js +2 -2
- package/dist/composables/usePlatformContext.d.ts +3 -3
- package/dist/{composables-D0QfFzq1.js → composables-BXklV5ii.js} +3 -3
- package/dist/{composables-D0QfFzq1.js.map → composables-BXklV5ii.js.map} +1 -1
- package/dist/index.js +4 -4
- package/dist/install.d.ts +3 -3
- package/dist/install.js +5 -5
- package/dist/install.js.map +1 -1
- package/dist/stores/auth.d.ts +1 -1
- package/dist/stores/index.js +1 -1
- package/dist/stores/settings.d.ts +1 -1
- package/dist/styles.css +5388 -5388
- package/dist/types/platform.d.ts +1 -1
- package/dist/{useScheduleDrag-DAJueTbK.js → useScheduleDrag-CxBeqYcu.js} +331 -331
- package/dist/useScheduleDrag-CxBeqYcu.js.map +1 -0
- package/package.json +2 -2
- package/src/__tests__/components/AppLayout.test.ts +23 -23
- package/src/__tests__/components/AppSidebar.test.ts +29 -29
- package/src/__tests__/components/AppTopBar.test.ts +45 -45
- package/src/__tests__/components/BaseInput.test.ts +2 -2
- package/src/__tests__/components/BasePill.test.ts +37 -37
- package/src/__tests__/components/Calendar.test.ts +52 -52
- package/src/__tests__/components/CollapsibleCard.test.ts +81 -81
- package/src/__tests__/components/DataFrame.test.ts +80 -80
- package/src/__tests__/components/DropdownButton.test.ts +80 -80
- package/src/__tests__/composables/usePlatformContext.test.ts +1 -1
- package/src/components/AlertBox.story.vue +1 -1
- package/src/components/AlertBox.vue +14 -14
- package/src/components/AppAvatarMenu.vue +26 -26
- package/src/components/AppContainer.vue +3 -3
- package/src/components/AppLayout.vue +7 -7
- package/src/components/AppPageSelector.vue +30 -30
- package/src/components/AppPillNav.vue +10 -10
- package/src/components/AppPluginSwitcher.vue +31 -31
- package/src/components/AppSidebar.vue +8 -8
- package/src/components/AppTopBar.story.vue +7 -7
- package/src/components/AppTopBar.vue +102 -102
- package/src/components/AuditTrail.vue +19 -19
- package/src/components/AutoGroupModal.vue +76 -76
- package/src/components/Avatar.vue +6 -6
- package/src/components/BaseButton.vue +6 -6
- package/src/components/BaseCheckbox.vue +9 -9
- package/src/components/BaseInput.vue +4 -4
- package/src/components/BaseModal.story.vue +1 -1
- package/src/components/BaseModal.vue +14 -14
- package/src/components/BasePill.vue +9 -9
- package/src/components/BaseRadioGroup.vue +21 -21
- package/src/components/BaseSelect.vue +6 -6
- package/src/components/BaseSlider.vue +8 -8
- package/src/components/BaseTabs.vue +7 -7
- package/src/components/BaseTextarea.vue +5 -5
- package/src/components/BaseToggle.vue +10 -10
- package/src/components/BatchProgressList.vue +25 -25
- package/src/components/Breadcrumb.vue +8 -8
- package/src/components/Calendar.vue +19 -19
- package/src/components/ChartContainer.vue +9 -9
- package/src/components/ChemicalFormula.vue +7 -7
- package/src/components/CollapsibleCard.vue +20 -20
- package/src/components/ColorSlider.vue +6 -6
- package/src/components/ConcentrationInput.vue +12 -12
- package/src/components/ConfirmDialog.story.vue +1 -1
- package/src/components/ConfirmDialog.vue +7 -7
- package/src/components/DataFrame.vue +40 -40
- package/src/components/DatePicker.vue +29 -29
- package/src/components/DateTimePicker.vue +41 -41
- package/src/components/Divider.vue +9 -9
- package/src/components/DoseCalculator.vue +66 -66
- package/src/components/DropdownButton.vue +19 -19
- package/src/components/EmptyState.vue +9 -9
- package/src/components/ExperimentCodeBadge.vue +3 -3
- package/src/components/ExperimentDataViewer.vue +25 -25
- package/src/components/ExperimentPopover.vue +35 -35
- package/src/components/ExperimentSelectorModal.vue +40 -40
- package/src/components/ExperimentTimeline.vue +48 -48
- package/src/components/FileUploader.vue +31 -31
- package/src/components/FitPanel.vue +9 -9
- package/src/components/FormActions.vue +1 -1
- package/src/components/FormBuilder.vue +2 -2
- package/src/components/FormField.vue +7 -7
- package/src/components/FormSection.vue +7 -7
- package/src/components/FormulaInput.vue +10 -10
- package/src/components/GroupAssigner.vue +40 -40
- package/src/components/GroupingModal.vue +45 -45
- package/src/components/IconButton.vue +6 -6
- package/src/components/LoadingSpinner.vue +5 -5
- package/src/components/MoleculeInput.vue +21 -21
- package/src/components/MultiSelect.vue +13 -13
- package/src/components/NumberInput.vue +13 -13
- package/src/components/PlateMapEditor.vue +63 -63
- package/src/components/ProgressBar.vue +18 -18
- package/src/components/ProtocolStepEditor.vue +57 -57
- package/src/components/RackEditor.vue +28 -28
- package/src/components/ReagentEditor.vue +61 -61
- package/src/components/ReagentList.vue +49 -49
- package/src/components/ResourceCard.vue +28 -28
- package/src/components/SampleHierarchyTree.vue +13 -13
- package/src/components/SampleLegend.vue +12 -12
- package/src/components/SampleSelector.vue +104 -104
- package/src/components/ScheduleCalendar.vue +42 -42
- package/src/components/ScientificNumber.vue +11 -11
- package/src/components/SegmentedControl.vue +12 -12
- package/src/components/SequenceInput.vue +32 -32
- package/src/components/SettingsButton.vue +5 -5
- package/src/components/SettingsModal.vue +17 -17
- package/src/components/StatusIndicator.vue +5 -5
- package/src/components/StepWizard.vue +16 -16
- package/src/components/TagsInput.vue +20 -20
- package/src/components/ThemeToggle.vue +3 -3
- package/src/components/TimePicker.vue +21 -21
- package/src/components/TimeRangeInput.vue +5 -5
- package/src/components/ToastNotification.vue +8 -8
- package/src/components/Tooltip.vue +7 -7
- package/src/components/UnitInput.vue +12 -12
- package/src/components/WellEditPopup.vue +28 -28
- package/src/components/WellPlate.vue +37 -37
- package/src/composables/useAppExperiment.ts +1 -1
- package/src/composables/usePlatformContext.ts +16 -16
- package/src/composables/useProtocolTemplates.ts +1 -1
- package/src/install.ts +3 -3
- package/src/stores/auth.ts +3 -3
- package/src/stores/settings.ts +2 -2
- package/src/styles/components/alert-box.css +30 -30
- package/src/styles/components/app-avatar-menu.css +23 -23
- package/src/styles/components/app-container.css +6 -6
- package/src/styles/components/app-layout.css +15 -15
- package/src/styles/components/app-page-selector.css +26 -26
- package/src/styles/components/app-pill-nav.css +7 -7
- package/src/styles/components/app-plugin-switcher.css +27 -27
- package/src/styles/components/app-sidebar.css +24 -24
- package/src/styles/components/app-top-bar.css +65 -65
- package/src/styles/components/audit-trail.css +29 -29
- package/src/styles/components/auto-group-modal.css +91 -91
- package/src/styles/components/avatar.css +15 -15
- package/src/styles/components/batch-progress-list.css +40 -40
- package/src/styles/components/breadcrumb.css +8 -8
- package/src/styles/components/button.css +31 -31
- package/src/styles/components/calendar.css +27 -27
- package/src/styles/components/chart-container.css +9 -9
- package/src/styles/components/checkbox.css +20 -20
- package/src/styles/components/chemical-formula.css +8 -8
- package/src/styles/components/collapsible-card.css +35 -35
- package/src/styles/components/color-slider.css +8 -8
- package/src/styles/components/concentration-input.css +27 -27
- package/src/styles/components/confirm-dialog.css +32 -32
- package/src/styles/components/dataframe.css +66 -66
- package/src/styles/components/date-picker.css +40 -40
- package/src/styles/components/datetime-picker.css +37 -37
- package/src/styles/components/divider.css +13 -13
- package/src/styles/components/dose-calculator.css +43 -43
- package/src/styles/components/dropdown-button.css +46 -46
- package/src/styles/components/empty-state.css +44 -44
- package/src/styles/components/experiment-code-badge.css +8 -8
- package/src/styles/components/experiment-data-viewer.css +23 -23
- package/src/styles/components/experiment-popover.css +97 -97
- package/src/styles/components/experiment-selector-modal.css +39 -39
- package/src/styles/components/experiment-timeline.css +98 -98
- package/src/styles/components/file-uploader.css +44 -44
- package/src/styles/components/fit-panel.css +12 -12
- package/src/styles/components/form-builder.css +11 -11
- package/src/styles/components/form-field.css +7 -7
- package/src/styles/components/formula-input.css +17 -17
- package/src/styles/components/group-assigner.css +26 -26
- package/src/styles/components/grouping-modal.css +51 -51
- package/src/styles/components/icon-button.css +41 -41
- package/src/styles/components/input.css +13 -13
- package/src/styles/components/loading-spinner.css +12 -12
- package/src/styles/components/modal.css +69 -69
- package/src/styles/components/molecule-input.css +27 -27
- package/src/styles/components/multi-select.css +23 -23
- package/src/styles/components/number-input.css +32 -32
- package/src/styles/components/pill.css +37 -37
- package/src/styles/components/plate-map-editor.css +67 -67
- package/src/styles/components/progress-bar.css +41 -41
- package/src/styles/components/protocol-step-editor.css +63 -63
- package/src/styles/components/rack-editor.css +34 -34
- package/src/styles/components/radio-group.css +41 -41
- package/src/styles/components/reagent-editor.css +70 -70
- package/src/styles/components/reagent-list.css +65 -65
- package/src/styles/components/resource-card.css +52 -52
- package/src/styles/components/sample-hierarchy-tree.css +56 -56
- package/src/styles/components/sample-legend.css +37 -37
- package/src/styles/components/sample-selector.css +121 -121
- package/src/styles/components/schedule-calendar.css +67 -67
- package/src/styles/components/scientific-number.css +11 -11
- package/src/styles/components/segmented-control.css +33 -33
- package/src/styles/components/select.css +11 -11
- package/src/styles/components/sequence-input.css +29 -29
- package/src/styles/components/settings-button.css +16 -16
- package/src/styles/components/settings-modal.css +14 -14
- package/src/styles/components/skeleton.css +2 -2
- package/src/styles/components/slider.css +10 -10
- package/src/styles/components/status-indicator.css +12 -12
- package/src/styles/components/step-wizard.css +32 -32
- package/src/styles/components/tabs.css +16 -16
- package/src/styles/components/tags-input.css +46 -46
- package/src/styles/components/textarea.css +17 -17
- package/src/styles/components/theme-toggle.css +13 -13
- package/src/styles/components/time-picker.css +28 -28
- package/src/styles/components/time-range-input.css +8 -8
- package/src/styles/components/toast.css +18 -18
- package/src/styles/components/toggle.css +27 -27
- package/src/styles/components/tooltip.css +18 -18
- package/src/styles/components/unit-input.css +25 -25
- package/src/styles/components/well-edit-popup.css +32 -32
- package/src/styles/components/well-plate.css +49 -49
- package/src/styles/index.css +1 -1
- package/src/styles/variables.css +3 -3
- package/src/types/platform.ts +6 -6
- package/dist/auth-BYmxZdJl.js.map +0 -1
- package/dist/components-CKf-UpGi.js.map +0 -1
- package/dist/useScheduleDrag-DAJueTbK.js.map +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/* ExperimentTimeline Component Styles */
|
|
2
2
|
|
|
3
|
-
.
|
|
3
|
+
.mint-timeline {
|
|
4
4
|
display: flex;
|
|
5
5
|
flex-direction: column;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.
|
|
8
|
+
.mint-timeline--horizontal {
|
|
9
9
|
flex-direction: row;
|
|
10
10
|
align-items: flex-start;
|
|
11
11
|
overflow-x: auto;
|
|
@@ -13,21 +13,21 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
/* Step item */
|
|
16
|
-
.
|
|
16
|
+
.mint-timeline__step {
|
|
17
17
|
position: relative;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.
|
|
20
|
+
.mint-timeline--horizontal .mint-timeline__step {
|
|
21
21
|
flex-shrink: 0;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
/* Connector line */
|
|
25
|
-
.
|
|
25
|
+
.mint-timeline__connector {
|
|
26
26
|
position: absolute;
|
|
27
27
|
background-color: var(--border-color);
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.
|
|
30
|
+
.mint-timeline--vertical .mint-timeline__connector {
|
|
31
31
|
left: 1rem;
|
|
32
32
|
top: 100%;
|
|
33
33
|
width: 2px;
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
transform: translateX(-50%);
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
.mint-timeline--horizontal .mint-timeline__connector {
|
|
39
39
|
top: 50%;
|
|
40
40
|
left: 100%;
|
|
41
41
|
height: 2px;
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
/* Step card */
|
|
47
|
-
.
|
|
47
|
+
.mint-timeline__card {
|
|
48
48
|
position: relative;
|
|
49
49
|
border-radius: var(--radius-md);
|
|
50
50
|
border-width: 2px;
|
|
@@ -53,88 +53,88 @@
|
|
|
53
53
|
cursor: pointer;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.
|
|
56
|
+
.mint-timeline--horizontal .mint-timeline__card {
|
|
57
57
|
min-width: 180px;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
.
|
|
60
|
+
.mint-timeline--vertical .mint-timeline__card {
|
|
61
61
|
width: 100%;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.
|
|
64
|
+
.mint-timeline__card--sm {
|
|
65
65
|
padding: 0.5rem;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
.
|
|
68
|
+
.mint-timeline__card--md {
|
|
69
69
|
padding: 0.75rem;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.
|
|
72
|
+
.mint-timeline__card--lg {
|
|
73
73
|
padding: 1rem;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
.
|
|
76
|
+
.mint-timeline__card--dragging {
|
|
77
77
|
opacity: 0.5;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.
|
|
80
|
+
.mint-timeline__card--drag-over {
|
|
81
81
|
box-shadow: var(--focus-ring);
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
.
|
|
84
|
+
.mint-timeline__card--editable {
|
|
85
85
|
cursor: grab;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.
|
|
88
|
+
.mint-timeline__card--editable:active {
|
|
89
89
|
cursor: grabbing;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
/* Status colors */
|
|
93
|
-
.
|
|
93
|
+
.mint-timeline__card--pending {
|
|
94
94
|
background-color: var(--bg-tertiary);
|
|
95
95
|
border-color: var(--border-color);
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.
|
|
98
|
+
.mint-timeline__card--in-progress {
|
|
99
99
|
background-color: rgba(59, 130, 246, 0.1);
|
|
100
100
|
border-color: rgba(59, 130, 246, 0.6);
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.
|
|
103
|
+
.mint-timeline__card--completed {
|
|
104
104
|
background-color: rgba(16, 185, 129, 0.1);
|
|
105
105
|
border-color: rgba(16, 185, 129, 0.6);
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.
|
|
108
|
+
.mint-timeline__card--failed {
|
|
109
109
|
background-color: rgba(239, 68, 68, 0.1);
|
|
110
110
|
border-color: rgba(239, 68, 68, 0.6);
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.
|
|
113
|
+
.mint-timeline__card--skipped {
|
|
114
114
|
background-color: var(--bg-tertiary);
|
|
115
115
|
border-color: var(--border-color);
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
/* Header */
|
|
119
|
-
.
|
|
119
|
+
.mint-timeline__header {
|
|
120
120
|
display: flex;
|
|
121
121
|
align-items: center;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
.
|
|
124
|
+
.mint-timeline__header--sm {
|
|
125
125
|
gap: 0.5rem;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
.
|
|
128
|
+
.mint-timeline__header--md {
|
|
129
129
|
gap: 0.75rem;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
.
|
|
132
|
+
.mint-timeline__header--lg {
|
|
133
133
|
gap: 1rem;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
/* Icon */
|
|
137
|
-
.
|
|
137
|
+
.mint-timeline__icon {
|
|
138
138
|
flex-shrink: 0;
|
|
139
139
|
border-radius: 9999px;
|
|
140
140
|
display: flex;
|
|
@@ -142,74 +142,74 @@
|
|
|
142
142
|
justify-content: center;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
.
|
|
145
|
+
.mint-timeline__icon--sm {
|
|
146
146
|
width: 1.5rem;
|
|
147
147
|
height: 1.5rem;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
.
|
|
150
|
+
.mint-timeline__icon--md {
|
|
151
151
|
width: 2rem;
|
|
152
152
|
height: 2rem;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
.
|
|
155
|
+
.mint-timeline__icon--lg {
|
|
156
156
|
width: 2.5rem;
|
|
157
157
|
height: 2.5rem;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.
|
|
160
|
+
.mint-timeline__icon svg {
|
|
161
161
|
stroke: currentColor;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
.
|
|
164
|
+
.mint-timeline__icon--sm svg {
|
|
165
165
|
width: 0.75rem;
|
|
166
166
|
height: 0.75rem;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.
|
|
169
|
+
.mint-timeline__icon--md svg {
|
|
170
170
|
width: 1rem;
|
|
171
171
|
height: 1rem;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
|
-
.
|
|
174
|
+
.mint-timeline__icon--lg svg {
|
|
175
175
|
width: 1.25rem;
|
|
176
176
|
height: 1.25rem;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
/* Status text colors */
|
|
180
|
-
.
|
|
180
|
+
.mint-timeline__icon--pending {
|
|
181
181
|
color: var(--text-muted);
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
.
|
|
184
|
+
.mint-timeline__icon--in-progress {
|
|
185
185
|
color: #3b82f6;
|
|
186
186
|
}
|
|
187
187
|
|
|
188
|
-
.
|
|
188
|
+
.mint-timeline__icon--completed {
|
|
189
189
|
color: #10b981;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
.
|
|
192
|
+
.mint-timeline__icon--failed {
|
|
193
193
|
color: #ef4444;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
.
|
|
196
|
+
.mint-timeline__icon--skipped {
|
|
197
197
|
color: var(--text-muted);
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
/* Title and meta */
|
|
201
|
-
.
|
|
201
|
+
.mint-timeline__content {
|
|
202
202
|
flex: 1;
|
|
203
203
|
min-width: 0;
|
|
204
204
|
}
|
|
205
205
|
|
|
206
|
-
.
|
|
206
|
+
.mint-timeline__title-row {
|
|
207
207
|
display: flex;
|
|
208
208
|
align-items: center;
|
|
209
209
|
gap: 0.5rem;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
.
|
|
212
|
+
.mint-timeline__title {
|
|
213
213
|
font-weight: 500;
|
|
214
214
|
color: var(--text-primary);
|
|
215
215
|
overflow: hidden;
|
|
@@ -217,58 +217,58 @@
|
|
|
217
217
|
white-space: nowrap;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
-
.
|
|
220
|
+
.mint-timeline__title--sm {
|
|
221
221
|
font-size: 0.75rem;
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
-
.
|
|
224
|
+
.mint-timeline__title--md {
|
|
225
225
|
font-size: 0.875rem;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.
|
|
228
|
+
.mint-timeline__title--lg {
|
|
229
229
|
font-size: 1rem;
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
.
|
|
232
|
+
.mint-timeline__duration {
|
|
233
233
|
color: var(--text-muted);
|
|
234
234
|
font-size: 0.75rem;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.
|
|
237
|
+
.mint-timeline__duration--sm {
|
|
238
238
|
font-size: 0.625rem;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
-
.
|
|
241
|
+
.mint-timeline__type {
|
|
242
242
|
color: var(--text-muted);
|
|
243
243
|
text-transform: capitalize;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
.
|
|
246
|
+
.mint-timeline__type--sm {
|
|
247
247
|
font-size: 0.625rem;
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
-
.
|
|
250
|
+
.mint-timeline__type--md {
|
|
251
251
|
font-size: 0.75rem;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
.
|
|
254
|
+
.mint-timeline__type--lg {
|
|
255
255
|
font-size: 0.75rem;
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
/* Expand indicator */
|
|
259
|
-
.
|
|
259
|
+
.mint-timeline__expand-icon {
|
|
260
260
|
width: 1rem;
|
|
261
261
|
height: 1rem;
|
|
262
262
|
color: var(--text-muted);
|
|
263
263
|
transition: transform 0.2s ease;
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
.
|
|
266
|
+
.mint-timeline__expand-icon--expanded {
|
|
267
267
|
transform: rotate(180deg);
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
/* Remove button */
|
|
271
|
-
.
|
|
271
|
+
.mint-timeline__remove-btn {
|
|
272
272
|
padding: 0.25rem;
|
|
273
273
|
color: var(--text-muted);
|
|
274
274
|
background: transparent;
|
|
@@ -278,74 +278,74 @@
|
|
|
278
278
|
transition: color 0.15s ease;
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
.
|
|
281
|
+
.mint-timeline__remove-btn:hover {
|
|
282
282
|
color: var(--mint-error);
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
.
|
|
285
|
+
.mint-timeline__remove-btn svg {
|
|
286
286
|
width: 1rem;
|
|
287
287
|
height: 1rem;
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
/* Expanded content */
|
|
291
|
-
.
|
|
291
|
+
.mint-timeline__expanded {
|
|
292
292
|
margin-top: 0.75rem;
|
|
293
293
|
padding-top: 0.75rem;
|
|
294
294
|
border-top: 1px solid rgba(var(--border-color-rgb, 0, 0, 0), 0.5);
|
|
295
295
|
}
|
|
296
296
|
|
|
297
|
-
.
|
|
297
|
+
.mint-timeline__description {
|
|
298
298
|
color: var(--text-secondary);
|
|
299
299
|
margin-top: 0 !important;
|
|
300
300
|
margin-bottom: 0.5rem !important;
|
|
301
301
|
padding: 0 !important;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
-
.
|
|
304
|
+
.mint-timeline__description--sm {
|
|
305
305
|
font-size: 0.75rem;
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
-
.
|
|
308
|
+
.mint-timeline__description--md {
|
|
309
309
|
font-size: 0.875rem;
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
-
.
|
|
312
|
+
.mint-timeline__parameters {
|
|
313
313
|
display: flex;
|
|
314
314
|
flex-direction: column;
|
|
315
315
|
gap: 0.25rem;
|
|
316
316
|
}
|
|
317
317
|
|
|
318
|
-
.
|
|
318
|
+
.mint-timeline__param {
|
|
319
319
|
display: flex;
|
|
320
320
|
justify-content: space-between;
|
|
321
321
|
}
|
|
322
322
|
|
|
323
|
-
.
|
|
323
|
+
.mint-timeline__param--sm {
|
|
324
324
|
font-size: 0.625rem;
|
|
325
325
|
}
|
|
326
326
|
|
|
327
|
-
.
|
|
327
|
+
.mint-timeline__param--md {
|
|
328
328
|
font-size: 0.75rem;
|
|
329
329
|
}
|
|
330
330
|
|
|
331
|
-
.
|
|
331
|
+
.mint-timeline__param-key {
|
|
332
332
|
color: var(--text-muted);
|
|
333
333
|
}
|
|
334
334
|
|
|
335
|
-
.
|
|
335
|
+
.mint-timeline__param-value {
|
|
336
336
|
color: var(--text-primary);
|
|
337
337
|
font-weight: 500;
|
|
338
338
|
}
|
|
339
339
|
|
|
340
340
|
/* Status controls */
|
|
341
|
-
.
|
|
341
|
+
.mint-timeline__status-controls {
|
|
342
342
|
margin-top: 0.75rem;
|
|
343
343
|
display: flex;
|
|
344
344
|
flex-wrap: wrap;
|
|
345
345
|
gap: 0.25rem;
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
-
.
|
|
348
|
+
.mint-timeline__status-btn {
|
|
349
349
|
padding: 0.125rem 0.5rem;
|
|
350
350
|
border-radius: var(--radius-sm);
|
|
351
351
|
font-size: 0.75rem;
|
|
@@ -356,41 +356,41 @@
|
|
|
356
356
|
color: var(--text-muted);
|
|
357
357
|
}
|
|
358
358
|
|
|
359
|
-
.
|
|
359
|
+
.mint-timeline__status-btn:hover {
|
|
360
360
|
background-color: var(--bg-tertiary);
|
|
361
361
|
}
|
|
362
362
|
|
|
363
|
-
.
|
|
363
|
+
.mint-timeline__status-btn--active {
|
|
364
364
|
font-weight: 500;
|
|
365
365
|
}
|
|
366
366
|
|
|
367
|
-
.
|
|
367
|
+
.mint-timeline__status-btn--pending.mint-timeline__status-btn--active {
|
|
368
368
|
background-color: var(--bg-tertiary);
|
|
369
369
|
color: var(--text-secondary);
|
|
370
370
|
}
|
|
371
371
|
|
|
372
|
-
.
|
|
372
|
+
.mint-timeline__status-btn--in-progress.mint-timeline__status-btn--active {
|
|
373
373
|
background-color: rgba(59, 130, 246, 0.1);
|
|
374
374
|
color: #3b82f6;
|
|
375
375
|
}
|
|
376
376
|
|
|
377
|
-
.
|
|
377
|
+
.mint-timeline__status-btn--completed.mint-timeline__status-btn--active {
|
|
378
378
|
background-color: rgba(16, 185, 129, 0.1);
|
|
379
379
|
color: #10b981;
|
|
380
380
|
}
|
|
381
381
|
|
|
382
|
-
.
|
|
382
|
+
.mint-timeline__status-btn--failed.mint-timeline__status-btn--active {
|
|
383
383
|
background-color: rgba(239, 68, 68, 0.1);
|
|
384
384
|
color: #ef4444;
|
|
385
385
|
}
|
|
386
386
|
|
|
387
|
-
.
|
|
387
|
+
.mint-timeline__status-btn--skipped.mint-timeline__status-btn--active {
|
|
388
388
|
background-color: var(--bg-tertiary);
|
|
389
389
|
color: var(--text-muted);
|
|
390
390
|
}
|
|
391
391
|
|
|
392
392
|
/* Add step button (inline) */
|
|
393
|
-
.
|
|
393
|
+
.mint-timeline__add-inline {
|
|
394
394
|
position: absolute;
|
|
395
395
|
left: 1rem;
|
|
396
396
|
bottom: -0.5rem;
|
|
@@ -410,32 +410,32 @@
|
|
|
410
410
|
z-index: 10;
|
|
411
411
|
}
|
|
412
412
|
|
|
413
|
-
.
|
|
414
|
-
.
|
|
413
|
+
.mint-timeline__step:hover .mint-timeline__add-inline,
|
|
414
|
+
.mint-timeline__add-inline:focus-visible {
|
|
415
415
|
opacity: 1;
|
|
416
416
|
}
|
|
417
417
|
|
|
418
|
-
.
|
|
418
|
+
.mint-timeline__add-inline:hover {
|
|
419
419
|
color: var(--color-primary);
|
|
420
420
|
border-color: var(--color-primary);
|
|
421
421
|
}
|
|
422
422
|
|
|
423
|
-
.
|
|
423
|
+
.mint-timeline__add-inline svg {
|
|
424
424
|
width: 0.75rem;
|
|
425
425
|
height: 0.75rem;
|
|
426
426
|
}
|
|
427
427
|
|
|
428
428
|
/* Spacer */
|
|
429
|
-
.
|
|
429
|
+
.mint-timeline__spacer--vertical {
|
|
430
430
|
height: 1rem;
|
|
431
431
|
}
|
|
432
432
|
|
|
433
|
-
.
|
|
433
|
+
.mint-timeline__spacer--horizontal {
|
|
434
434
|
width: 2rem;
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
/* Empty state */
|
|
438
|
-
.
|
|
438
|
+
.mint-timeline__empty {
|
|
439
439
|
display: flex;
|
|
440
440
|
align-items: center;
|
|
441
441
|
justify-content: center;
|
|
@@ -444,18 +444,18 @@
|
|
|
444
444
|
border-radius: var(--radius-md);
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
-
.
|
|
447
|
+
.mint-timeline__empty-content {
|
|
448
448
|
text-align: center;
|
|
449
449
|
}
|
|
450
450
|
|
|
451
|
-
.
|
|
451
|
+
.mint-timeline__empty-text {
|
|
452
452
|
color: var(--text-muted);
|
|
453
453
|
margin-top: 0 !important;
|
|
454
454
|
margin-bottom: 0.5rem !important;
|
|
455
455
|
padding: 0 !important;
|
|
456
456
|
}
|
|
457
457
|
|
|
458
|
-
.
|
|
458
|
+
.mint-timeline__empty-btn {
|
|
459
459
|
padding: 0.375rem 0.75rem;
|
|
460
460
|
font-size: 0.875rem;
|
|
461
461
|
background-color: var(--color-primary);
|
|
@@ -466,12 +466,12 @@
|
|
|
466
466
|
transition: background-color 0.15s ease;
|
|
467
467
|
}
|
|
468
468
|
|
|
469
|
-
.
|
|
469
|
+
.mint-timeline__empty-btn:hover {
|
|
470
470
|
opacity: 0.9;
|
|
471
471
|
}
|
|
472
472
|
|
|
473
473
|
/* Add step button (end) */
|
|
474
|
-
.
|
|
474
|
+
.mint-timeline__add-end {
|
|
475
475
|
display: flex;
|
|
476
476
|
align-items: center;
|
|
477
477
|
justify-content: center;
|
|
@@ -484,46 +484,46 @@
|
|
|
484
484
|
transition: color 0.15s ease, border-color 0.15s ease;
|
|
485
485
|
}
|
|
486
486
|
|
|
487
|
-
.
|
|
487
|
+
.mint-timeline__add-end--sm {
|
|
488
488
|
padding: 0.5rem;
|
|
489
489
|
}
|
|
490
490
|
|
|
491
|
-
.
|
|
491
|
+
.mint-timeline__add-end--md {
|
|
492
492
|
padding: 0.75rem;
|
|
493
493
|
}
|
|
494
494
|
|
|
495
|
-
.
|
|
495
|
+
.mint-timeline__add-end--lg {
|
|
496
496
|
padding: 1rem;
|
|
497
497
|
}
|
|
498
498
|
|
|
499
|
-
.
|
|
499
|
+
.mint-timeline--horizontal .mint-timeline__add-end {
|
|
500
500
|
min-width: 120px;
|
|
501
501
|
flex-shrink: 0;
|
|
502
502
|
}
|
|
503
503
|
|
|
504
|
-
.
|
|
504
|
+
.mint-timeline--vertical .mint-timeline__add-end {
|
|
505
505
|
width: 100%;
|
|
506
506
|
margin-top: 1rem;
|
|
507
507
|
}
|
|
508
508
|
|
|
509
|
-
.
|
|
509
|
+
.mint-timeline__add-end:hover {
|
|
510
510
|
color: var(--color-primary);
|
|
511
511
|
border-color: var(--color-primary);
|
|
512
512
|
}
|
|
513
513
|
|
|
514
|
-
.
|
|
514
|
+
.mint-timeline__add-end svg {
|
|
515
515
|
width: 1rem;
|
|
516
516
|
height: 1rem;
|
|
517
517
|
}
|
|
518
518
|
|
|
519
|
-
.
|
|
519
|
+
.mint-timeline__add-end-text--sm {
|
|
520
520
|
font-size: 0.75rem;
|
|
521
521
|
}
|
|
522
522
|
|
|
523
|
-
.
|
|
523
|
+
.mint-timeline__add-end-text--md {
|
|
524
524
|
font-size: 0.875rem;
|
|
525
525
|
}
|
|
526
526
|
|
|
527
|
-
.
|
|
527
|
+
.mint-timeline__add-end-text--lg {
|
|
528
528
|
font-size: 1rem;
|
|
529
529
|
}
|