@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
|
/* ReagentEditor Component Styles */
|
|
2
2
|
|
|
3
|
-
.
|
|
3
|
+
.mint-reagent-editor {
|
|
4
4
|
display: flex;
|
|
5
5
|
flex-direction: column;
|
|
6
6
|
background-color: var(--bg-secondary);
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
|
|
13
13
|
/* Sections */
|
|
14
14
|
|
|
15
|
-
.
|
|
15
|
+
.mint-reagent-editor__section {
|
|
16
16
|
padding: 0.875rem 1rem;
|
|
17
17
|
border-bottom: 1px solid var(--border-color);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.
|
|
20
|
+
.mint-reagent-editor__section-header {
|
|
21
21
|
display: flex;
|
|
22
22
|
align-items: center;
|
|
23
23
|
gap: 0.375rem;
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
margin-bottom: 0.75rem;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.
|
|
32
|
+
.mint-reagent-editor__section-icon {
|
|
33
33
|
width: 0.875rem;
|
|
34
34
|
height: 0.875rem;
|
|
35
35
|
flex-shrink: 0;
|
|
@@ -39,19 +39,19 @@
|
|
|
39
39
|
|
|
40
40
|
/* Identity */
|
|
41
41
|
|
|
42
|
-
.
|
|
42
|
+
.mint-reagent-editor__identity {
|
|
43
43
|
display: flex;
|
|
44
44
|
align-items: center;
|
|
45
45
|
gap: 0.625rem;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
48
|
+
.mint-reagent-editor__color-wrapper {
|
|
49
49
|
position: relative;
|
|
50
50
|
flex-shrink: 0;
|
|
51
51
|
cursor: pointer;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.
|
|
54
|
+
.mint-reagent-editor__color-input {
|
|
55
55
|
position: absolute;
|
|
56
56
|
inset: 0;
|
|
57
57
|
width: 100%;
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
cursor: pointer;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.
|
|
63
|
+
.mint-reagent-editor__color-swatch {
|
|
64
64
|
display: block;
|
|
65
65
|
width: 1.75rem;
|
|
66
66
|
height: 1.75rem;
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
transition: box-shadow 0.15s ease;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.
|
|
72
|
+
.mint-reagent-editor__color-wrapper:hover .mint-reagent-editor__color-swatch {
|
|
73
73
|
box-shadow: 0 0 0 2px var(--bg-secondary), 0 0 0 3px var(--reagent-color, var(--border-color));
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
.
|
|
76
|
+
.mint-reagent-editor__name-input {
|
|
77
77
|
flex: 1;
|
|
78
78
|
min-width: 0;
|
|
79
79
|
background: transparent;
|
|
@@ -88,26 +88,26 @@
|
|
|
88
88
|
transition: border-color 0.15s ease;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.
|
|
91
|
+
.mint-reagent-editor__name-input::placeholder {
|
|
92
92
|
color: var(--text-muted);
|
|
93
93
|
font-weight: 400;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
.
|
|
96
|
+
.mint-reagent-editor__name-input:focus {
|
|
97
97
|
border-bottom-color: var(--reagent-color, var(--color-primary));
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
/* Fields & layout */
|
|
101
101
|
|
|
102
|
-
.
|
|
102
|
+
.mint-reagent-editor__field {
|
|
103
103
|
margin-bottom: 0.625rem;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
.
|
|
106
|
+
.mint-reagent-editor__field:last-child {
|
|
107
107
|
margin-bottom: 0;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
.
|
|
110
|
+
.mint-reagent-editor__field--flex {
|
|
111
111
|
display: flex;
|
|
112
112
|
flex-direction: column;
|
|
113
113
|
gap: 0.25rem;
|
|
@@ -116,29 +116,29 @@
|
|
|
116
116
|
min-width: 0;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
.
|
|
119
|
+
.mint-reagent-editor__row {
|
|
120
120
|
display: flex;
|
|
121
121
|
gap: 0.75rem;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
.
|
|
124
|
+
.mint-reagent-editor__position-row {
|
|
125
125
|
display: flex;
|
|
126
126
|
gap: 0.625rem;
|
|
127
127
|
width: 100%;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
.
|
|
130
|
+
.mint-reagent-editor .mint-select {
|
|
131
131
|
width: 100%;
|
|
132
132
|
min-width: 0;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
.
|
|
135
|
+
.mint-reagent-editor__label {
|
|
136
136
|
font-size: 0.75rem;
|
|
137
137
|
font-weight: 500;
|
|
138
138
|
color: var(--text-secondary);
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
-
.
|
|
141
|
+
.mint-reagent-editor__inline-input {
|
|
142
142
|
box-sizing: border-box;
|
|
143
143
|
width: 100%;
|
|
144
144
|
min-height: var(--form-height-sm);
|
|
@@ -155,27 +155,27 @@
|
|
|
155
155
|
transition: border-color 0.15s ease, box-shadow 0.15s ease;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
.
|
|
158
|
+
.mint-reagent-editor__inline-input::placeholder {
|
|
159
159
|
text-transform: none;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
.
|
|
162
|
+
.mint-reagent-editor__inline-input:focus {
|
|
163
163
|
border-color: var(--reagent-color, var(--color-primary));
|
|
164
164
|
box-shadow: 0 0 0 2px color-mix(in srgb, var(--reagent-color, var(--color-primary)) 25%, transparent);
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
.
|
|
167
|
+
.mint-reagent-editor__inline-input--error {
|
|
168
168
|
border-color: var(--mint-error);
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
.
|
|
171
|
+
.mint-reagent-editor__inline-input--error:focus {
|
|
172
172
|
border-color: var(--mint-error);
|
|
173
173
|
box-shadow: var(--focus-ring-error);
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
/* Inline field validation error */
|
|
177
177
|
|
|
178
|
-
.
|
|
178
|
+
.mint-reagent-editor__field-error {
|
|
179
179
|
grid-column: 2;
|
|
180
180
|
font-size: 0.6875rem;
|
|
181
181
|
color: var(--mint-error);
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
|
|
185
185
|
/* Unit select in section header — uses reagent color */
|
|
186
186
|
|
|
187
|
-
.
|
|
187
|
+
.mint-reagent-editor__unit-select {
|
|
188
188
|
margin-left: auto;
|
|
189
189
|
padding: 0.125rem 0.375rem;
|
|
190
190
|
font-family: 'Fira Code', monospace;
|
|
@@ -199,13 +199,13 @@
|
|
|
199
199
|
transition: background-color 0.15s ease;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
.
|
|
202
|
+
.mint-reagent-editor__unit-select:hover {
|
|
203
203
|
background-color: color-mix(in srgb, var(--reagent-color, var(--color-primary)) 18%, transparent);
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
/* Dilution generator */
|
|
207
207
|
|
|
208
|
-
.
|
|
208
|
+
.mint-reagent-editor__generator {
|
|
209
209
|
background-color: var(--bg-primary);
|
|
210
210
|
border: 1px solid var(--border-color);
|
|
211
211
|
border-radius: var(--radius);
|
|
@@ -214,41 +214,41 @@
|
|
|
214
214
|
overflow: hidden;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
-
.
|
|
217
|
+
.mint-reagent-editor__generator-inputs {
|
|
218
218
|
display: flex;
|
|
219
219
|
gap: 0.625rem;
|
|
220
220
|
margin-bottom: 0.5rem;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
.
|
|
223
|
+
.mint-reagent-editor__generator-inputs > * {
|
|
224
224
|
flex: 1;
|
|
225
225
|
min-width: 0;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
/* Ensure all child controls fill their parent and can shrink */
|
|
229
|
-
.
|
|
229
|
+
.mint-reagent-editor .mint-number-input {
|
|
230
230
|
width: 100%;
|
|
231
231
|
min-width: 0;
|
|
232
232
|
}
|
|
233
233
|
|
|
234
|
-
.
|
|
234
|
+
.mint-reagent-editor .mint-number-input__input {
|
|
235
235
|
min-width: 0;
|
|
236
236
|
width: 0;
|
|
237
237
|
flex: 1;
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
.
|
|
240
|
+
.mint-reagent-editor .mint-number-input:focus-within {
|
|
241
241
|
border-color: var(--reagent-color, var(--color-primary));
|
|
242
242
|
box-shadow: 0 0 0 2px color-mix(in srgb, var(--reagent-color, var(--color-primary)) 25%, transparent);
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
|
|
246
|
-
.
|
|
246
|
+
.mint-reagent-editor__presets {
|
|
247
247
|
display: flex;
|
|
248
248
|
gap: 0.375rem;
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.
|
|
251
|
+
.mint-reagent-editor__preset-btn {
|
|
252
252
|
flex: 1;
|
|
253
253
|
display: flex;
|
|
254
254
|
align-items: center;
|
|
@@ -265,31 +265,31 @@
|
|
|
265
265
|
transition: all 0.12s ease;
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
.
|
|
268
|
+
.mint-reagent-editor__preset-btn:hover {
|
|
269
269
|
color: var(--reagent-color, var(--color-primary));
|
|
270
270
|
border-color: var(--reagent-color, var(--color-primary));
|
|
271
271
|
background-color: color-mix(in srgb, var(--reagent-color, var(--color-primary)) 8%, transparent);
|
|
272
272
|
}
|
|
273
273
|
|
|
274
|
-
.
|
|
274
|
+
.mint-reagent-editor__preset-btn:active {
|
|
275
275
|
transform: scale(0.96);
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
/* Manual entry */
|
|
279
279
|
|
|
280
|
-
.
|
|
280
|
+
.mint-reagent-editor__manual {
|
|
281
281
|
display: flex;
|
|
282
282
|
align-items: center;
|
|
283
283
|
gap: 0.375rem;
|
|
284
284
|
margin-bottom: 0.625rem;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
.
|
|
287
|
+
.mint-reagent-editor__manual .mint-number-input {
|
|
288
288
|
flex: 1;
|
|
289
289
|
width: 0; /* flex-basis override so flex: 1 controls sizing */
|
|
290
290
|
}
|
|
291
291
|
|
|
292
|
-
.
|
|
292
|
+
.mint-reagent-editor__add-btn {
|
|
293
293
|
display: flex;
|
|
294
294
|
align-items: center;
|
|
295
295
|
justify-content: center;
|
|
@@ -304,22 +304,22 @@
|
|
|
304
304
|
transition: filter 0.15s ease, transform 0.1s ease;
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
-
.
|
|
307
|
+
.mint-reagent-editor__add-btn:hover:not(:disabled) {
|
|
308
308
|
filter: brightness(0.88);
|
|
309
309
|
}
|
|
310
310
|
|
|
311
|
-
.
|
|
311
|
+
.mint-reagent-editor__add-btn:active:not(:disabled) {
|
|
312
312
|
transform: scale(0.92);
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
-
.
|
|
315
|
+
.mint-reagent-editor__add-btn:disabled {
|
|
316
316
|
opacity: var(--mint-disabled-opacity);
|
|
317
317
|
cursor: not-allowed;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
/* Level table */
|
|
321
321
|
|
|
322
|
-
.
|
|
322
|
+
.mint-reagent-editor__table {
|
|
323
323
|
border: 1px solid var(--border-color);
|
|
324
324
|
border-radius: var(--radius);
|
|
325
325
|
overflow: hidden;
|
|
@@ -328,14 +328,14 @@
|
|
|
328
328
|
flex-direction: column;
|
|
329
329
|
}
|
|
330
330
|
|
|
331
|
-
.
|
|
331
|
+
.mint-reagent-editor__table-body {
|
|
332
332
|
flex: 1;
|
|
333
333
|
overflow-y: auto;
|
|
334
334
|
scrollbar-width: thin;
|
|
335
335
|
scrollbar-color: var(--scrollbar-thumb) transparent;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
-
.
|
|
338
|
+
.mint-reagent-editor__table-header {
|
|
339
339
|
display: flex;
|
|
340
340
|
align-items: center;
|
|
341
341
|
padding: 0.375rem 0.5rem;
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
border-bottom: 1px solid var(--border-color);
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
-
.
|
|
346
|
+
.mint-reagent-editor__table-header .mint-reagent-editor__table-col {
|
|
347
347
|
font-size: 0.6875rem;
|
|
348
348
|
font-weight: 600;
|
|
349
349
|
text-transform: uppercase;
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
color: var(--text-muted);
|
|
352
352
|
}
|
|
353
353
|
|
|
354
|
-
.
|
|
354
|
+
.mint-reagent-editor__table-row {
|
|
355
355
|
display: flex;
|
|
356
356
|
align-items: center;
|
|
357
357
|
padding: 0.25rem 0.5rem;
|
|
@@ -360,16 +360,16 @@
|
|
|
360
360
|
transition: background-color 0.1s ease, border-left-color 0.1s ease;
|
|
361
361
|
}
|
|
362
362
|
|
|
363
|
-
.
|
|
363
|
+
.mint-reagent-editor__table-row:last-child {
|
|
364
364
|
border-bottom: none;
|
|
365
365
|
}
|
|
366
366
|
|
|
367
|
-
.
|
|
367
|
+
.mint-reagent-editor__table-row:hover {
|
|
368
368
|
background-color: color-mix(in srgb, var(--reagent-color, var(--color-primary)) 5%, var(--bg-secondary));
|
|
369
369
|
border-left-color: var(--reagent-color, var(--color-primary));
|
|
370
370
|
}
|
|
371
371
|
|
|
372
|
-
.
|
|
372
|
+
.mint-reagent-editor__table-col--level {
|
|
373
373
|
flex: 1;
|
|
374
374
|
min-width: 0;
|
|
375
375
|
display: flex;
|
|
@@ -377,19 +377,19 @@
|
|
|
377
377
|
gap: 0.25rem;
|
|
378
378
|
}
|
|
379
379
|
|
|
380
|
-
.
|
|
380
|
+
.mint-reagent-editor__table-col--reps {
|
|
381
381
|
width: 5.5rem;
|
|
382
382
|
flex-shrink: 0;
|
|
383
383
|
}
|
|
384
384
|
|
|
385
|
-
.
|
|
385
|
+
.mint-reagent-editor__table-col--action {
|
|
386
386
|
width: 1.75rem;
|
|
387
387
|
flex-shrink: 0;
|
|
388
388
|
display: flex;
|
|
389
389
|
justify-content: center;
|
|
390
390
|
}
|
|
391
391
|
|
|
392
|
-
.
|
|
392
|
+
.mint-reagent-editor__level-value {
|
|
393
393
|
font-family: 'Fira Code', monospace;
|
|
394
394
|
font-size: 0.8125rem;
|
|
395
395
|
font-weight: 500;
|
|
@@ -399,13 +399,13 @@
|
|
|
399
399
|
white-space: nowrap;
|
|
400
400
|
}
|
|
401
401
|
|
|
402
|
-
.
|
|
402
|
+
.mint-reagent-editor__level-unit {
|
|
403
403
|
font-family: 'Fira Code', monospace;
|
|
404
404
|
font-size: 0.6875rem;
|
|
405
405
|
color: var(--text-muted);
|
|
406
406
|
}
|
|
407
407
|
|
|
408
|
-
.
|
|
408
|
+
.mint-reagent-editor__remove-level-btn {
|
|
409
409
|
display: flex;
|
|
410
410
|
align-items: center;
|
|
411
411
|
justify-content: center;
|
|
@@ -420,18 +420,18 @@
|
|
|
420
420
|
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease;
|
|
421
421
|
}
|
|
422
422
|
|
|
423
|
-
.
|
|
423
|
+
.mint-reagent-editor__table-row:hover .mint-reagent-editor__remove-level-btn {
|
|
424
424
|
opacity: 1;
|
|
425
425
|
}
|
|
426
426
|
|
|
427
|
-
.
|
|
427
|
+
.mint-reagent-editor__remove-level-btn:hover {
|
|
428
428
|
color: var(--mint-error);
|
|
429
429
|
background-color: var(--mint-error-bg);
|
|
430
430
|
}
|
|
431
431
|
|
|
432
432
|
/* Empty state */
|
|
433
433
|
|
|
434
|
-
.
|
|
434
|
+
.mint-reagent-editor__empty {
|
|
435
435
|
text-align: center;
|
|
436
436
|
padding: 1.25rem 0.75rem;
|
|
437
437
|
font-size: 0.8125rem;
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
|
|
442
442
|
/* Position summary — reagent-tinted background */
|
|
443
443
|
|
|
444
|
-
.
|
|
444
|
+
.mint-reagent-editor__summary {
|
|
445
445
|
display: flex;
|
|
446
446
|
align-items: center;
|
|
447
447
|
justify-content: center;
|
|
@@ -451,25 +451,25 @@
|
|
|
451
451
|
border-bottom: 1px solid var(--border-color);
|
|
452
452
|
}
|
|
453
453
|
|
|
454
|
-
.
|
|
454
|
+
.mint-reagent-editor__summary-item {
|
|
455
455
|
display: flex;
|
|
456
456
|
align-items: baseline;
|
|
457
457
|
gap: 0.25rem;
|
|
458
458
|
}
|
|
459
459
|
|
|
460
|
-
.
|
|
460
|
+
.mint-reagent-editor__summary-value {
|
|
461
461
|
font-family: 'Fira Code', monospace;
|
|
462
462
|
font-size: 0.8125rem;
|
|
463
463
|
font-weight: 600;
|
|
464
464
|
color: var(--reagent-color, var(--text-primary));
|
|
465
465
|
}
|
|
466
466
|
|
|
467
|
-
.
|
|
467
|
+
.mint-reagent-editor__summary-label {
|
|
468
468
|
font-size: 0.6875rem;
|
|
469
469
|
color: var(--text-muted);
|
|
470
470
|
}
|
|
471
471
|
|
|
472
|
-
.
|
|
472
|
+
.mint-reagent-editor__summary-dot {
|
|
473
473
|
width: 3px;
|
|
474
474
|
height: 3px;
|
|
475
475
|
border-radius: 50%;
|
|
@@ -480,19 +480,19 @@
|
|
|
480
480
|
|
|
481
481
|
/* Overflow warning */
|
|
482
482
|
|
|
483
|
-
.
|
|
483
|
+
.mint-reagent-editor__summary--overflow {
|
|
484
484
|
background-color: var(--mint-warning-bg);
|
|
485
485
|
}
|
|
486
486
|
|
|
487
|
-
.
|
|
487
|
+
.mint-reagent-editor__summary--overflow .mint-reagent-editor__summary-value {
|
|
488
488
|
color: var(--mint-warning-hover);
|
|
489
489
|
}
|
|
490
490
|
|
|
491
|
-
.
|
|
491
|
+
.mint-reagent-editor__summary--overflow .mint-reagent-editor__summary-dot {
|
|
492
492
|
background-color: var(--mint-warning);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
|
-
.
|
|
495
|
+
.mint-reagent-editor__summary-warning {
|
|
496
496
|
font-size: 0.6875rem;
|
|
497
497
|
font-weight: 600;
|
|
498
498
|
color: var(--mint-warning-hover);
|
|
@@ -501,10 +501,10 @@
|
|
|
501
501
|
|
|
502
502
|
/* Footer */
|
|
503
503
|
|
|
504
|
-
.
|
|
504
|
+
.mint-reagent-editor__footer {
|
|
505
505
|
padding: 0.75rem 1rem;
|
|
506
506
|
}
|
|
507
507
|
|
|
508
|
-
.
|
|
508
|
+
.mint-reagent-editor__footer .mint-button {
|
|
509
509
|
width: 100%;
|
|
510
510
|
}
|