@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,6 +1,6 @@
|
|
|
1
1
|
/* AutoGroupModal - Smart grouping wizard */
|
|
2
2
|
|
|
3
|
-
.
|
|
3
|
+
.mint-auto-group {
|
|
4
4
|
flex: 1;
|
|
5
5
|
display: flex;
|
|
6
6
|
flex-direction: column;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
/* --- Mode toggle --- */
|
|
11
|
-
.
|
|
11
|
+
.mint-auto-group__mode-toggle {
|
|
12
12
|
display: flex;
|
|
13
13
|
flex-wrap: wrap;
|
|
14
14
|
gap: 0.5rem;
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
/* --- Input step --- */
|
|
19
|
-
.
|
|
19
|
+
.mint-auto-group__input-step {
|
|
20
20
|
display: flex;
|
|
21
21
|
flex-direction: column;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.
|
|
24
|
+
.mint-auto-group__paste {
|
|
25
25
|
position: relative;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.
|
|
28
|
+
.mint-auto-group__textarea {
|
|
29
29
|
width: 100%;
|
|
30
30
|
font-family: 'Fira Code', monospace;
|
|
31
31
|
font-size: 0.8125rem;
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
box-sizing: border-box;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
.
|
|
42
|
+
.mint-auto-group__textarea:focus-visible {
|
|
43
43
|
outline: none;
|
|
44
44
|
border-color: var(--color-primary);
|
|
45
45
|
box-shadow: 0 0 0 2px var(--color-primary-soft);
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
48
|
+
.mint-auto-group__textarea::placeholder {
|
|
49
49
|
color: var(--text-muted);
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.
|
|
52
|
+
.mint-auto-group__sample-count {
|
|
53
53
|
position: absolute;
|
|
54
54
|
bottom: 0.5rem;
|
|
55
55
|
right: 0.75rem;
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
/* --- CSV / Dropzone --- */
|
|
64
|
-
.
|
|
64
|
+
.mint-auto-group__csv {
|
|
65
65
|
display: flex;
|
|
66
66
|
flex-direction: column;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.
|
|
69
|
+
.mint-auto-group__dropzone {
|
|
70
70
|
position: relative;
|
|
71
71
|
display: flex;
|
|
72
72
|
flex-direction: column;
|
|
@@ -81,36 +81,36 @@
|
|
|
81
81
|
transition: border-color 0.15s, background 0.15s;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
.
|
|
84
|
+
.mint-auto-group__dropzone--dragover {
|
|
85
85
|
border-color: var(--color-primary);
|
|
86
86
|
background: var(--color-primary-soft);
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
.
|
|
89
|
+
.mint-auto-group__file-input {
|
|
90
90
|
position: absolute;
|
|
91
91
|
inset: 0;
|
|
92
92
|
opacity: 0;
|
|
93
93
|
cursor: pointer;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
.
|
|
96
|
+
.mint-auto-group__upload-icon {
|
|
97
97
|
width: 2.5rem;
|
|
98
98
|
height: 2.5rem;
|
|
99
99
|
color: var(--text-muted);
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.
|
|
102
|
+
.mint-auto-group__upload-text {
|
|
103
103
|
font-size: 0.875rem;
|
|
104
104
|
color: var(--text-secondary);
|
|
105
105
|
margin: 0;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.
|
|
108
|
+
.mint-auto-group__upload-highlight {
|
|
109
109
|
color: var(--color-primary);
|
|
110
110
|
font-weight: 500;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.
|
|
113
|
+
.mint-auto-group__upload-hint {
|
|
114
114
|
font-size: 0.75rem;
|
|
115
115
|
color: var(--text-muted);
|
|
116
116
|
margin: 0;
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
line-height: 1.4;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
.
|
|
122
|
+
.mint-auto-group__file-info {
|
|
123
123
|
display: flex;
|
|
124
124
|
align-items: center;
|
|
125
125
|
gap: 0.5rem;
|
|
@@ -129,14 +129,14 @@
|
|
|
129
129
|
border: 1px solid var(--border-color);
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
.
|
|
132
|
+
.mint-auto-group__file-icon {
|
|
133
133
|
width: 1.25rem;
|
|
134
134
|
height: 1.25rem;
|
|
135
135
|
color: var(--text-muted);
|
|
136
136
|
flex-shrink: 0;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
.
|
|
139
|
+
.mint-auto-group__file-name {
|
|
140
140
|
font-size: 0.875rem;
|
|
141
141
|
font-weight: 500;
|
|
142
142
|
color: var(--text-primary);
|
|
@@ -146,13 +146,13 @@
|
|
|
146
146
|
min-width: 0;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
.
|
|
149
|
+
.mint-auto-group__file-rows {
|
|
150
150
|
font-size: 0.75rem;
|
|
151
151
|
color: var(--text-muted);
|
|
152
152
|
margin-left: auto;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
.
|
|
155
|
+
.mint-auto-group__file-clear {
|
|
156
156
|
font-size: 0.75rem;
|
|
157
157
|
color: var(--color-primary);
|
|
158
158
|
background: none;
|
|
@@ -162,17 +162,17 @@
|
|
|
162
162
|
margin-left: 0.5rem;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.
|
|
165
|
+
.mint-auto-group__file-clear:hover {
|
|
166
166
|
text-decoration: underline;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.
|
|
169
|
+
.mint-auto-group__file-clear:focus-visible {
|
|
170
170
|
outline: 2px solid var(--color-primary);
|
|
171
171
|
outline-offset: 2px;
|
|
172
172
|
border-radius: var(--radius-sm);
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.
|
|
175
|
+
.mint-auto-group__csv-error {
|
|
176
176
|
padding: 0.5rem 0.75rem;
|
|
177
177
|
margin-top: 0.5rem;
|
|
178
178
|
font-size: 0.8125rem;
|
|
@@ -183,13 +183,13 @@
|
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
/* --- Experiment mode --- */
|
|
186
|
-
.
|
|
186
|
+
.mint-auto-group__experiment {
|
|
187
187
|
display: flex;
|
|
188
188
|
flex-direction: column;
|
|
189
189
|
gap: 0.75rem;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
.
|
|
192
|
+
.mint-auto-group__experiment-loading {
|
|
193
193
|
display: flex;
|
|
194
194
|
align-items: center;
|
|
195
195
|
justify-content: center;
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
font-size: 0.875rem;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
.
|
|
202
|
+
.mint-auto-group__experiment-error {
|
|
203
203
|
padding: 1.5rem;
|
|
204
204
|
border: 1px solid rgba(239, 68, 68, 0.3);
|
|
205
205
|
border-radius: var(--radius-md);
|
|
@@ -210,17 +210,17 @@
|
|
|
210
210
|
word-break: break-word;
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
.
|
|
213
|
+
.mint-auto-group__experiment-error p {
|
|
214
214
|
margin: 0;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
-
.
|
|
217
|
+
.mint-auto-group__experiment-error p + p {
|
|
218
218
|
margin-top: 0.5rem;
|
|
219
219
|
color: var(--text-secondary);
|
|
220
220
|
font-size: 0.75rem;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
.
|
|
223
|
+
.mint-auto-group__link-btn {
|
|
224
224
|
background: none;
|
|
225
225
|
border: none;
|
|
226
226
|
color: var(--color-primary);
|
|
@@ -230,17 +230,17 @@
|
|
|
230
230
|
text-decoration: underline;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
.
|
|
233
|
+
.mint-auto-group__link-btn:hover {
|
|
234
234
|
color: var(--color-primary-hover);
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.
|
|
237
|
+
.mint-auto-group__link-btn:focus-visible {
|
|
238
238
|
outline: 2px solid var(--color-primary);
|
|
239
239
|
outline-offset: 1px;
|
|
240
240
|
border-radius: 2px;
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
.
|
|
243
|
+
.mint-auto-group__experiment-loaded {
|
|
244
244
|
padding: 1.5rem;
|
|
245
245
|
border: 1px solid var(--border-color);
|
|
246
246
|
border-radius: var(--radius-md);
|
|
@@ -250,35 +250,35 @@
|
|
|
250
250
|
gap: 0.75rem;
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
.
|
|
253
|
+
.mint-auto-group__experiment-summary {
|
|
254
254
|
display: flex;
|
|
255
255
|
flex-wrap: wrap;
|
|
256
256
|
gap: 0.5rem 1rem;
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
.
|
|
259
|
+
.mint-auto-group__experiment-stat {
|
|
260
260
|
font-size: 0.8125rem;
|
|
261
261
|
color: var(--text-secondary);
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
.
|
|
264
|
+
.mint-auto-group__experiment-stat strong {
|
|
265
265
|
color: var(--text-primary);
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
.
|
|
268
|
+
.mint-auto-group__experiment-fields {
|
|
269
269
|
display: flex;
|
|
270
270
|
flex-wrap: wrap;
|
|
271
271
|
gap: 0.375rem;
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
/* --- Outlier step --- */
|
|
275
|
-
.
|
|
275
|
+
.mint-auto-group__outlier-step {
|
|
276
276
|
display: flex;
|
|
277
277
|
flex-direction: column;
|
|
278
278
|
gap: 0.75rem;
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
.
|
|
281
|
+
.mint-auto-group__outlier-banner {
|
|
282
282
|
padding: 0.75rem 1rem;
|
|
283
283
|
background: var(--mint-warning-bg);
|
|
284
284
|
border: 1px solid rgba(245, 158, 11, 0.3);
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
color: var(--text-primary);
|
|
288
288
|
}
|
|
289
289
|
|
|
290
|
-
.
|
|
290
|
+
.mint-auto-group__outlier-banner code {
|
|
291
291
|
font-family: 'Fira Code', monospace;
|
|
292
292
|
background: var(--bg-tertiary);
|
|
293
293
|
padding: 0.125rem 0.375rem;
|
|
@@ -295,12 +295,12 @@
|
|
|
295
295
|
font-size: 0.8125rem;
|
|
296
296
|
}
|
|
297
297
|
|
|
298
|
-
.
|
|
298
|
+
.mint-auto-group__outlier-batch {
|
|
299
299
|
display: flex;
|
|
300
300
|
gap: 0.5rem;
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
-
.
|
|
303
|
+
.mint-auto-group__outlier-list {
|
|
304
304
|
display: flex;
|
|
305
305
|
flex-direction: column;
|
|
306
306
|
gap: 0.5rem;
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
overflow-y: auto;
|
|
309
309
|
}
|
|
310
310
|
|
|
311
|
-
.
|
|
311
|
+
.mint-auto-group__outlier-item {
|
|
312
312
|
display: flex;
|
|
313
313
|
align-items: center;
|
|
314
314
|
justify-content: space-between;
|
|
@@ -318,14 +318,14 @@
|
|
|
318
318
|
border-radius: var(--radius);
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
-
.
|
|
321
|
+
.mint-auto-group__outlier-info {
|
|
322
322
|
display: flex;
|
|
323
323
|
align-items: center;
|
|
324
324
|
gap: 0.5rem;
|
|
325
325
|
min-width: 0;
|
|
326
326
|
}
|
|
327
327
|
|
|
328
|
-
.
|
|
328
|
+
.mint-auto-group__outlier-name {
|
|
329
329
|
font-family: 'Fira Code', monospace;
|
|
330
330
|
font-size: 0.8125rem;
|
|
331
331
|
color: var(--text-primary);
|
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
white-space: nowrap;
|
|
335
335
|
}
|
|
336
336
|
|
|
337
|
-
.
|
|
337
|
+
.mint-auto-group__outlier-badge {
|
|
338
338
|
font-size: 0.6875rem;
|
|
339
339
|
padding: 0.125rem 0.375rem;
|
|
340
340
|
border-radius: var(--radius-sm);
|
|
@@ -344,14 +344,14 @@
|
|
|
344
344
|
flex-shrink: 0;
|
|
345
345
|
}
|
|
346
346
|
|
|
347
|
-
.
|
|
347
|
+
.mint-auto-group__outlier-actions {
|
|
348
348
|
display: flex;
|
|
349
349
|
gap: 0.25rem;
|
|
350
350
|
flex-shrink: 0;
|
|
351
351
|
margin-left: 0.75rem;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
|
-
.
|
|
354
|
+
.mint-auto-group__action-btn {
|
|
355
355
|
font-size: 0.6875rem;
|
|
356
356
|
padding: 0.25rem 0.5rem;
|
|
357
357
|
border: 1px solid var(--border-color);
|
|
@@ -362,54 +362,54 @@
|
|
|
362
362
|
transition: all 0.1s;
|
|
363
363
|
}
|
|
364
364
|
|
|
365
|
-
.
|
|
365
|
+
.mint-auto-group__action-btn:hover {
|
|
366
366
|
background: var(--bg-hover);
|
|
367
367
|
}
|
|
368
368
|
|
|
369
|
-
.
|
|
369
|
+
.mint-auto-group__action-btn:focus-visible {
|
|
370
370
|
outline: 2px solid var(--color-primary);
|
|
371
371
|
outline-offset: 1px;
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
-
.
|
|
374
|
+
.mint-auto-group__action-btn--active {
|
|
375
375
|
background: var(--color-primary-soft);
|
|
376
376
|
border-color: var(--color-primary);
|
|
377
377
|
color: var(--color-primary);
|
|
378
378
|
font-weight: 500;
|
|
379
379
|
}
|
|
380
380
|
|
|
381
|
-
.
|
|
381
|
+
.mint-auto-group__action-btn--active.mint-auto-group__action-btn--exclude {
|
|
382
382
|
background: var(--mint-error-bg);
|
|
383
383
|
border-color: var(--mint-error);
|
|
384
384
|
color: var(--mint-error);
|
|
385
385
|
}
|
|
386
386
|
|
|
387
|
-
.
|
|
387
|
+
.mint-auto-group__action-btn--active.mint-auto-group__action-btn--qc {
|
|
388
388
|
background: rgba(107, 114, 128, 0.12);
|
|
389
389
|
border-color: var(--text-secondary);
|
|
390
390
|
color: var(--text-secondary);
|
|
391
391
|
}
|
|
392
392
|
|
|
393
393
|
/* --- Field step --- */
|
|
394
|
-
.
|
|
394
|
+
.mint-auto-group__field-step {
|
|
395
395
|
display: flex;
|
|
396
396
|
flex-direction: column;
|
|
397
397
|
gap: 1rem;
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
-
.
|
|
400
|
+
.mint-auto-group__field-grid {
|
|
401
401
|
display: grid;
|
|
402
402
|
grid-template-columns: repeat(2, 1fr);
|
|
403
403
|
gap: 0.75rem;
|
|
404
404
|
}
|
|
405
405
|
|
|
406
406
|
@media (max-width: 600px) {
|
|
407
|
-
.
|
|
407
|
+
.mint-auto-group__field-grid {
|
|
408
408
|
grid-template-columns: 1fr;
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
411
|
|
|
412
|
-
.
|
|
412
|
+
.mint-auto-group__field-card {
|
|
413
413
|
padding: 0.75rem;
|
|
414
414
|
border: 1px solid var(--border-color);
|
|
415
415
|
border-radius: var(--radius-md);
|
|
@@ -417,19 +417,19 @@
|
|
|
417
417
|
transition: border-color 0.15s, box-shadow 0.15s;
|
|
418
418
|
}
|
|
419
419
|
|
|
420
|
-
.
|
|
420
|
+
.mint-auto-group__field-card--enabled {
|
|
421
421
|
border-color: var(--color-primary);
|
|
422
422
|
box-shadow: 0 0 0 1px var(--color-primary-soft);
|
|
423
423
|
}
|
|
424
424
|
|
|
425
|
-
.
|
|
425
|
+
.mint-auto-group__field-header {
|
|
426
426
|
display: flex;
|
|
427
427
|
align-items: center;
|
|
428
428
|
justify-content: space-between;
|
|
429
429
|
margin-bottom: 0.5rem;
|
|
430
430
|
}
|
|
431
431
|
|
|
432
|
-
.
|
|
432
|
+
.mint-auto-group__field-toggle {
|
|
433
433
|
display: flex;
|
|
434
434
|
align-items: center;
|
|
435
435
|
gap: 0.375rem;
|
|
@@ -438,24 +438,24 @@
|
|
|
438
438
|
color: var(--text-secondary);
|
|
439
439
|
}
|
|
440
440
|
|
|
441
|
-
.
|
|
441
|
+
.mint-auto-group__field-toggle input {
|
|
442
442
|
accent-color: var(--color-primary);
|
|
443
443
|
}
|
|
444
444
|
|
|
445
|
-
.
|
|
445
|
+
.mint-auto-group__field-toggle-label {
|
|
446
446
|
user-select: none;
|
|
447
447
|
}
|
|
448
448
|
|
|
449
|
-
.
|
|
449
|
+
.mint-auto-group__field-cardinality {
|
|
450
450
|
font-size: 0.6875rem;
|
|
451
451
|
color: var(--text-muted);
|
|
452
452
|
}
|
|
453
453
|
|
|
454
|
-
.
|
|
454
|
+
.mint-auto-group__field-name-input {
|
|
455
455
|
margin-bottom: 0.5rem;
|
|
456
456
|
}
|
|
457
457
|
|
|
458
|
-
.
|
|
458
|
+
.mint-auto-group__field-values {
|
|
459
459
|
display: flex;
|
|
460
460
|
flex-wrap: wrap;
|
|
461
461
|
gap: 0.25rem;
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
overflow-y: auto;
|
|
464
464
|
}
|
|
465
465
|
|
|
466
|
-
.
|
|
466
|
+
.mint-auto-group__field-value {
|
|
467
467
|
font-size: 0.6875rem;
|
|
468
468
|
padding: 0.125rem 0.375rem;
|
|
469
469
|
border-radius: var(--radius-sm);
|
|
@@ -476,14 +476,14 @@
|
|
|
476
476
|
white-space: nowrap;
|
|
477
477
|
}
|
|
478
478
|
|
|
479
|
-
.
|
|
479
|
+
.mint-auto-group__field-more {
|
|
480
480
|
font-size: 0.6875rem;
|
|
481
481
|
padding: 0.125rem 0.375rem;
|
|
482
482
|
color: var(--text-muted);
|
|
483
483
|
font-style: italic;
|
|
484
484
|
}
|
|
485
485
|
|
|
486
|
-
.
|
|
486
|
+
.mint-auto-group__field-summary {
|
|
487
487
|
font-size: 0.8125rem;
|
|
488
488
|
color: var(--text-secondary);
|
|
489
489
|
padding: 0.5rem 0.75rem;
|
|
@@ -491,11 +491,11 @@
|
|
|
491
491
|
border-radius: var(--radius);
|
|
492
492
|
}
|
|
493
493
|
|
|
494
|
-
.
|
|
494
|
+
.mint-auto-group__field-summary strong {
|
|
495
495
|
color: var(--text-primary);
|
|
496
496
|
}
|
|
497
497
|
|
|
498
|
-
.
|
|
498
|
+
.mint-auto-group__field-warning {
|
|
499
499
|
font-size: 0.8125rem;
|
|
500
500
|
color: var(--mint-warning);
|
|
501
501
|
padding: 0.5rem 0.75rem;
|
|
@@ -504,13 +504,13 @@
|
|
|
504
504
|
}
|
|
505
505
|
|
|
506
506
|
/* --- Preview step --- */
|
|
507
|
-
.
|
|
507
|
+
.mint-auto-group__preview-step {
|
|
508
508
|
display: flex;
|
|
509
509
|
flex-direction: column;
|
|
510
510
|
gap: 1rem;
|
|
511
511
|
}
|
|
512
512
|
|
|
513
|
-
.
|
|
513
|
+
.mint-auto-group__preview-summary {
|
|
514
514
|
display: flex;
|
|
515
515
|
flex-wrap: wrap;
|
|
516
516
|
gap: 0.5rem 1rem;
|
|
@@ -519,20 +519,20 @@
|
|
|
519
519
|
border-radius: var(--radius-md);
|
|
520
520
|
}
|
|
521
521
|
|
|
522
|
-
.
|
|
522
|
+
.mint-auto-group__preview-stat {
|
|
523
523
|
font-size: 0.8125rem;
|
|
524
524
|
color: var(--text-secondary);
|
|
525
525
|
}
|
|
526
526
|
|
|
527
|
-
.
|
|
527
|
+
.mint-auto-group__preview-stat strong {
|
|
528
528
|
color: var(--text-primary);
|
|
529
529
|
}
|
|
530
530
|
|
|
531
|
-
.
|
|
531
|
+
.mint-auto-group__preview-stat--excluded strong {
|
|
532
532
|
color: var(--mint-error);
|
|
533
533
|
}
|
|
534
534
|
|
|
535
|
-
.
|
|
535
|
+
.mint-auto-group__preview-groups {
|
|
536
536
|
display: flex;
|
|
537
537
|
flex-direction: column;
|
|
538
538
|
gap: 0.5rem;
|
|
@@ -540,17 +540,17 @@
|
|
|
540
540
|
overflow-y: auto;
|
|
541
541
|
}
|
|
542
542
|
|
|
543
|
-
.
|
|
543
|
+
.mint-auto-group__preview-group {
|
|
544
544
|
border: 1px solid var(--border-color);
|
|
545
545
|
border-radius: var(--radius);
|
|
546
546
|
overflow: hidden;
|
|
547
547
|
}
|
|
548
548
|
|
|
549
|
-
.
|
|
549
|
+
.mint-auto-group__preview-group[open] {
|
|
550
550
|
background: var(--bg-secondary);
|
|
551
551
|
}
|
|
552
552
|
|
|
553
|
-
.
|
|
553
|
+
.mint-auto-group__preview-group-header {
|
|
554
554
|
display: flex;
|
|
555
555
|
align-items: center;
|
|
556
556
|
gap: 0.5rem;
|
|
@@ -561,18 +561,18 @@
|
|
|
561
561
|
min-width: 0;
|
|
562
562
|
}
|
|
563
563
|
|
|
564
|
-
.
|
|
564
|
+
.mint-auto-group__preview-group-header:hover {
|
|
565
565
|
background: var(--bg-hover);
|
|
566
566
|
}
|
|
567
567
|
|
|
568
|
-
.
|
|
568
|
+
.mint-auto-group__preview-dot {
|
|
569
569
|
width: 0.625rem;
|
|
570
570
|
height: 0.625rem;
|
|
571
571
|
border-radius: 50%;
|
|
572
572
|
flex-shrink: 0;
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
-
.
|
|
575
|
+
.mint-auto-group__preview-group-name {
|
|
576
576
|
font-weight: 500;
|
|
577
577
|
color: var(--text-primary);
|
|
578
578
|
overflow: hidden;
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
min-width: 0;
|
|
582
582
|
}
|
|
583
583
|
|
|
584
|
-
.
|
|
584
|
+
.mint-auto-group__preview-group-count {
|
|
585
585
|
font-size: 0.6875rem;
|
|
586
586
|
font-weight: 500;
|
|
587
587
|
padding: 0.0625rem 0.375rem;
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
margin-left: auto;
|
|
590
590
|
}
|
|
591
591
|
|
|
592
|
-
.
|
|
592
|
+
.mint-auto-group__preview-samples {
|
|
593
593
|
display: flex;
|
|
594
594
|
flex-wrap: wrap;
|
|
595
595
|
gap: 0.25rem;
|
|
@@ -597,7 +597,7 @@
|
|
|
597
597
|
border-top: 1px solid var(--border-light);
|
|
598
598
|
}
|
|
599
599
|
|
|
600
|
-
.
|
|
600
|
+
.mint-auto-group__preview-sample {
|
|
601
601
|
font-size: 0.75rem;
|
|
602
602
|
font-family: 'Fira Code', monospace;
|
|
603
603
|
padding: 0.125rem 0.375rem;
|
|
@@ -606,18 +606,18 @@
|
|
|
606
606
|
color: var(--text-secondary);
|
|
607
607
|
}
|
|
608
608
|
|
|
609
|
-
.
|
|
609
|
+
.mint-auto-group__preview-sample--excluded {
|
|
610
610
|
opacity: 0.5;
|
|
611
611
|
text-decoration: line-through;
|
|
612
612
|
}
|
|
613
613
|
|
|
614
614
|
/* --- Excluded section --- */
|
|
615
|
-
.
|
|
615
|
+
.mint-auto-group__preview-excluded {
|
|
616
616
|
border-top: 1px solid var(--border-color);
|
|
617
617
|
padding-top: 0.75rem;
|
|
618
618
|
}
|
|
619
619
|
|
|
620
|
-
.
|
|
620
|
+
.mint-auto-group__preview-excluded-title {
|
|
621
621
|
font-size: 0.75rem;
|
|
622
622
|
font-weight: 500;
|
|
623
623
|
color: var(--text-muted);
|
|
@@ -626,19 +626,19 @@
|
|
|
626
626
|
margin-bottom: 0.5rem;
|
|
627
627
|
}
|
|
628
628
|
|
|
629
|
-
.
|
|
629
|
+
.mint-auto-group__preview-excluded-list {
|
|
630
630
|
display: flex;
|
|
631
631
|
flex-wrap: wrap;
|
|
632
632
|
gap: 0.25rem;
|
|
633
633
|
}
|
|
634
634
|
|
|
635
635
|
/* --- Navigation --- */
|
|
636
|
-
.
|
|
636
|
+
.mint-auto-group__nav {
|
|
637
637
|
display: flex;
|
|
638
638
|
align-items: center;
|
|
639
639
|
gap: 0.5rem;
|
|
640
640
|
}
|
|
641
641
|
|
|
642
|
-
.
|
|
642
|
+
.mint-auto-group__nav-spacer {
|
|
643
643
|
flex: 1;
|
|
644
644
|
}
|