@morscherlab/mint-sdk 1.0.0-alpha.7 → 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,10 +1,10 @@
|
|
|
1
1
|
/* Tooltip — Dark Short */
|
|
2
2
|
|
|
3
|
-
.
|
|
3
|
+
.mint-tooltip {
|
|
4
4
|
display: inline-flex;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.
|
|
7
|
+
.mint-tooltip__content {
|
|
8
8
|
position: absolute;
|
|
9
9
|
z-index: 9999;
|
|
10
10
|
display: inline-flex;
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
/* Multi-line opt-in via maxWidth prop */
|
|
25
|
-
.
|
|
25
|
+
.mint-tooltip__content--multiline {
|
|
26
26
|
white-space: normal;
|
|
27
27
|
line-height: 1.4;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.
|
|
30
|
+
.mint-tooltip__body {
|
|
31
31
|
display: inline;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
/* Keyboard shortcut chip */
|
|
35
|
-
.
|
|
35
|
+
.mint-tooltip__shortcut {
|
|
36
36
|
display: inline-flex;
|
|
37
37
|
align-items: center;
|
|
38
38
|
padding: 0.0625rem 0.375rem;
|
|
@@ -47,43 +47,43 @@
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
/* Arrow — color matches the dark tooltip bg */
|
|
50
|
-
.
|
|
50
|
+
.mint-tooltip__content::after {
|
|
51
51
|
content: '';
|
|
52
52
|
position: absolute;
|
|
53
53
|
border-width: 4px;
|
|
54
54
|
border-style: solid;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.
|
|
58
|
-
.
|
|
59
|
-
.
|
|
57
|
+
.mint-tooltip__content--top::after,
|
|
58
|
+
.mint-tooltip__content--top-start::after,
|
|
59
|
+
.mint-tooltip__content--top-end::after {
|
|
60
60
|
top: 100%;
|
|
61
61
|
left: 50%;
|
|
62
62
|
transform: translateX(-50%);
|
|
63
63
|
border-color: #0F172A transparent transparent transparent;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
.
|
|
67
|
-
.
|
|
68
|
-
.
|
|
66
|
+
.mint-tooltip__content--bottom::after,
|
|
67
|
+
.mint-tooltip__content--bottom-start::after,
|
|
68
|
+
.mint-tooltip__content--bottom-end::after {
|
|
69
69
|
bottom: 100%;
|
|
70
70
|
left: 50%;
|
|
71
71
|
transform: translateX(-50%);
|
|
72
72
|
border-color: transparent transparent #0F172A transparent;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
.
|
|
76
|
-
.
|
|
77
|
-
.
|
|
75
|
+
.mint-tooltip__content--left::after,
|
|
76
|
+
.mint-tooltip__content--left-start::after,
|
|
77
|
+
.mint-tooltip__content--left-end::after {
|
|
78
78
|
left: 100%;
|
|
79
79
|
top: 50%;
|
|
80
80
|
transform: translateY(-50%);
|
|
81
81
|
border-color: transparent transparent transparent #0F172A;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
.
|
|
85
|
-
.
|
|
86
|
-
.
|
|
84
|
+
.mint-tooltip__content--right::after,
|
|
85
|
+
.mint-tooltip__content--right-start::after,
|
|
86
|
+
.mint-tooltip__content--right-end::after {
|
|
87
87
|
right: 100%;
|
|
88
88
|
top: 50%;
|
|
89
89
|
transform: translateY(-50%);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* UnitInput Component Styles */
|
|
2
2
|
|
|
3
|
-
.
|
|
3
|
+
.mint-unit-input {
|
|
4
4
|
display: flex;
|
|
5
5
|
flex-direction: column;
|
|
6
6
|
gap: 0.375rem;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
/* ---------- Controls row (value input + unit chip) ---------- */
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
.mint-unit-input__controls {
|
|
12
12
|
display: flex;
|
|
13
13
|
align-items: stretch;
|
|
14
14
|
background-color: var(--bg-secondary);
|
|
@@ -18,35 +18,35 @@
|
|
|
18
18
|
overflow: hidden;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.
|
|
22
|
-
.
|
|
23
|
-
.
|
|
21
|
+
.mint-unit-input__controls--sm { min-height: var(--form-height-sm); }
|
|
22
|
+
.mint-unit-input__controls--md { min-height: var(--form-height-md); }
|
|
23
|
+
.mint-unit-input__controls--lg { min-height: var(--form-height-lg); }
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
.mint-unit-input__controls:hover:not(:has(:disabled)) {
|
|
26
26
|
border-color: var(--text-muted);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.
|
|
29
|
+
.mint-unit-input__controls:focus-within {
|
|
30
30
|
border-color: var(--color-primary);
|
|
31
31
|
box-shadow: var(--focus-ring-soft);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.
|
|
34
|
+
.mint-unit-input--error .mint-unit-input__controls {
|
|
35
35
|
border-color: var(--mint-error);
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
.mint-unit-input--error .mint-unit-input__controls:focus-within {
|
|
39
39
|
box-shadow: var(--focus-ring-soft-error);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
.
|
|
42
|
+
.mint-unit-input--disabled .mint-unit-input__controls {
|
|
43
43
|
opacity: var(--mint-disabled-opacity);
|
|
44
44
|
background-color: var(--bg-secondary);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
/* ---------- Value input — Fira Code, left-aligned ---------- */
|
|
48
48
|
|
|
49
|
-
.
|
|
49
|
+
.mint-unit-input__value {
|
|
50
50
|
flex: 1;
|
|
51
51
|
min-width: 0;
|
|
52
52
|
text-align: left;
|
|
@@ -60,23 +60,23 @@
|
|
|
60
60
|
appearance: textfield;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.
|
|
64
|
-
.
|
|
63
|
+
.mint-unit-input__value::-webkit-outer-spin-button,
|
|
64
|
+
.mint-unit-input__value::-webkit-inner-spin-button {
|
|
65
65
|
-webkit-appearance: none;
|
|
66
66
|
margin: 0;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.
|
|
69
|
+
.mint-unit-input__value:disabled { cursor: not-allowed; }
|
|
70
70
|
|
|
71
71
|
/* Horizontal padding matches BaseInput canonical scale (10/12/16) so FormField's
|
|
72
72
|
12px label indent aligns with the value text across all input types. */
|
|
73
|
-
.
|
|
74
|
-
.
|
|
75
|
-
.
|
|
73
|
+
.mint-unit-input__value--sm { padding: 0.3125rem 0.625rem 0.4375rem; font-size: 0.875rem; }
|
|
74
|
+
.mint-unit-input__value--md { padding: 0.4375rem 0.75rem 0.5625rem; font-size: 0.875rem; }
|
|
75
|
+
.mint-unit-input__value--lg { padding: 0.6875rem 1rem 0.8125rem; font-size: 1rem; }
|
|
76
76
|
|
|
77
77
|
/* ---------- Unit chip ---------- */
|
|
78
78
|
|
|
79
|
-
.
|
|
79
|
+
.mint-unit-input__unit {
|
|
80
80
|
display: flex;
|
|
81
81
|
align-items: center;
|
|
82
82
|
padding: 0 0.25rem;
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
border-left: 1px solid var(--border-color);
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.
|
|
87
|
+
.mint-unit-input__unit-select {
|
|
88
88
|
background: transparent;
|
|
89
89
|
border: none;
|
|
90
90
|
color: var(--color-primary-hover);
|
|
@@ -98,25 +98,25 @@
|
|
|
98
98
|
line-height: 1;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
.
|
|
102
|
-
.
|
|
103
|
-
.
|
|
101
|
+
.mint-unit-input__unit-select--sm { font-size: 0.6875rem; }
|
|
102
|
+
.mint-unit-input__unit-select--md { font-size: 0.75rem; }
|
|
103
|
+
.mint-unit-input__unit-select--lg { font-size: 0.8125rem; }
|
|
104
104
|
|
|
105
|
-
.
|
|
105
|
+
.mint-unit-input__unit-select:disabled {
|
|
106
106
|
cursor: not-allowed;
|
|
107
107
|
color: var(--text-muted);
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
/* ---------- Conversion hint ---------- */
|
|
111
111
|
|
|
112
|
-
.
|
|
112
|
+
.mint-unit-input__conversion-hint {
|
|
113
113
|
font-size: 0.75rem;
|
|
114
114
|
color: var(--text-muted);
|
|
115
115
|
font-style: italic;
|
|
116
116
|
padding: 0 0.75rem;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
.
|
|
119
|
+
.mint-unit-input__unit-group {
|
|
120
120
|
/* optgroup styling — browsers vary here; minimal override */
|
|
121
121
|
font-weight: 600;
|
|
122
122
|
font-style: normal;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/* WellEditPopup Component Styles */
|
|
2
2
|
|
|
3
|
-
.
|
|
3
|
+
.mint-well-edit-popup__backdrop {
|
|
4
4
|
position: fixed;
|
|
5
5
|
inset: 0;
|
|
6
6
|
z-index: 40;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
9
|
+
.mint-well-edit-popup {
|
|
10
10
|
position: fixed;
|
|
11
11
|
z-index: 50;
|
|
12
12
|
width: 320px;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
border: 1px solid var(--border-color);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.
|
|
20
|
+
.mint-well-edit-popup__header {
|
|
21
21
|
display: flex;
|
|
22
22
|
align-items: center;
|
|
23
23
|
justify-content: space-between;
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
border-bottom: 1px solid var(--border-color);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.
|
|
28
|
+
.mint-well-edit-popup__header-left {
|
|
29
29
|
display: flex;
|
|
30
30
|
align-items: center;
|
|
31
31
|
gap: 0.625rem;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.
|
|
34
|
+
.mint-well-edit-popup__well-id {
|
|
35
35
|
width: 2rem;
|
|
36
36
|
height: 2rem;
|
|
37
37
|
border-radius: var(--radius-sm);
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
border: 1px solid var(--border-color);
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.
|
|
49
|
+
.mint-well-edit-popup__title {
|
|
50
50
|
font-size: 0.875rem;
|
|
51
51
|
font-weight: 500;
|
|
52
52
|
color: var(--text-primary);
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.
|
|
55
|
+
.mint-well-edit-popup__close {
|
|
56
56
|
width: 1.5rem;
|
|
57
57
|
height: 1.5rem;
|
|
58
58
|
border-radius: var(--radius-sm);
|
|
@@ -66,18 +66,18 @@
|
|
|
66
66
|
color: var(--text-muted);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.
|
|
69
|
+
.mint-well-edit-popup__close:hover {
|
|
70
70
|
background-color: rgba(128, 128, 128, 0.1);
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
.
|
|
73
|
+
.mint-well-edit-popup__body {
|
|
74
74
|
padding: 0.75rem 1rem;
|
|
75
75
|
display: flex;
|
|
76
76
|
flex-direction: column;
|
|
77
77
|
gap: 0.75rem;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.
|
|
80
|
+
.mint-well-edit-popup__label {
|
|
81
81
|
display: block;
|
|
82
82
|
font-size: 0.75rem;
|
|
83
83
|
font-weight: 500;
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
letter-spacing: 0.025em;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
.
|
|
90
|
+
.mint-well-edit-popup__input {
|
|
91
91
|
width: 100%;
|
|
92
92
|
height: 2rem;
|
|
93
93
|
padding: 0 0.5rem;
|
|
@@ -101,30 +101,30 @@
|
|
|
101
101
|
box-sizing: border-box;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.
|
|
104
|
+
.mint-well-edit-popup__input:focus-visible {
|
|
105
105
|
border-color: #10b981;
|
|
106
106
|
box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.
|
|
109
|
+
.mint-well-edit-popup__input--mono {
|
|
110
110
|
font-family: monospace;
|
|
111
111
|
font-size: 0.75rem;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
.
|
|
114
|
+
.mint-well-edit-popup__row {
|
|
115
115
|
display: grid;
|
|
116
116
|
grid-template-columns: 1fr 1fr;
|
|
117
117
|
gap: 0.75rem;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
/* Sample type buttons */
|
|
121
|
-
.
|
|
121
|
+
.mint-well-edit-popup__type-grid {
|
|
122
122
|
display: grid;
|
|
123
123
|
grid-template-columns: repeat(3, 1fr);
|
|
124
124
|
gap: 0.25rem;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
.
|
|
127
|
+
.mint-well-edit-popup__type-btn {
|
|
128
128
|
height: 2rem;
|
|
129
129
|
font-size: 0.75rem;
|
|
130
130
|
font-weight: 500;
|
|
@@ -136,32 +136,32 @@
|
|
|
136
136
|
color: var(--text-muted);
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
.
|
|
139
|
+
.mint-well-edit-popup__type-btn--sample {
|
|
140
140
|
background-color: rgba(16, 185, 129, 0.15);
|
|
141
141
|
border-color: rgba(16, 185, 129, 0.4);
|
|
142
142
|
color: #10b981;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
.
|
|
145
|
+
.mint-well-edit-popup__type-btn--blank {
|
|
146
146
|
background-color: rgba(249, 115, 22, 0.15);
|
|
147
147
|
border-color: rgba(249, 115, 22, 0.4);
|
|
148
148
|
color: #f97316;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
.
|
|
151
|
+
.mint-well-edit-popup__type-btn--qc {
|
|
152
152
|
background-color: rgba(139, 92, 246, 0.15);
|
|
153
153
|
border-color: rgba(139, 92, 246, 0.4);
|
|
154
154
|
color: #8b5cf6;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
/* Injection count buttons */
|
|
158
|
-
.
|
|
158
|
+
.mint-well-edit-popup__count-grid {
|
|
159
159
|
display: grid;
|
|
160
160
|
grid-template-columns: repeat(5, 1fr) 2.5rem;
|
|
161
161
|
gap: 0.25rem;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
.
|
|
164
|
+
.mint-well-edit-popup__count-btn {
|
|
165
165
|
height: 2rem;
|
|
166
166
|
font-size: 0.875rem;
|
|
167
167
|
font-weight: 500;
|
|
@@ -173,13 +173,13 @@
|
|
|
173
173
|
color: var(--text-secondary);
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
.
|
|
176
|
+
.mint-well-edit-popup__count-btn--active {
|
|
177
177
|
background-color: rgba(99, 102, 241, 0.15);
|
|
178
178
|
border-color: rgba(99, 102, 241, 0.4);
|
|
179
179
|
color: #6366f1;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
.
|
|
182
|
+
.mint-well-edit-popup__count-input {
|
|
183
183
|
height: 2rem;
|
|
184
184
|
padding: 0 0.25rem;
|
|
185
185
|
font-size: 0.875rem;
|
|
@@ -192,13 +192,13 @@
|
|
|
192
192
|
box-sizing: border-box;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
.
|
|
195
|
+
.mint-well-edit-popup__count-input:focus-visible {
|
|
196
196
|
border-color: #6366f1;
|
|
197
197
|
box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
/* Advanced toggle */
|
|
201
|
-
.
|
|
201
|
+
.mint-well-edit-popup__advanced-toggle {
|
|
202
202
|
display: flex;
|
|
203
203
|
align-items: center;
|
|
204
204
|
gap: 0.5rem;
|
|
@@ -207,20 +207,20 @@
|
|
|
207
207
|
padding-top: 0.25rem;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
-
.
|
|
210
|
+
.mint-well-edit-popup__advanced-toggle span {
|
|
211
211
|
font-size: 0.875rem;
|
|
212
212
|
color: var(--text-primary);
|
|
213
213
|
}
|
|
214
214
|
|
|
215
215
|
/* Footer */
|
|
216
|
-
.
|
|
216
|
+
.mint-well-edit-popup__footer {
|
|
217
217
|
display: flex;
|
|
218
218
|
gap: 0.5rem;
|
|
219
219
|
padding: 0.75rem 1rem;
|
|
220
220
|
border-top: 1px solid var(--border-color);
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
.
|
|
223
|
+
.mint-well-edit-popup__btn {
|
|
224
224
|
flex: 1;
|
|
225
225
|
height: 2.25rem;
|
|
226
226
|
font-size: 0.875rem;
|
|
@@ -231,22 +231,22 @@
|
|
|
231
231
|
border: none;
|
|
232
232
|
}
|
|
233
233
|
|
|
234
|
-
.
|
|
234
|
+
.mint-well-edit-popup__btn--clear {
|
|
235
235
|
background-color: var(--bg-tertiary);
|
|
236
236
|
color: var(--text-secondary);
|
|
237
237
|
border: 1px solid var(--border-color);
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
.
|
|
240
|
+
.mint-well-edit-popup__btn--clear:hover {
|
|
241
241
|
background-color: rgba(239, 68, 68, 0.1);
|
|
242
242
|
color: #ef4444;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
.
|
|
245
|
+
.mint-well-edit-popup__btn--save {
|
|
246
246
|
background-color: #10b981;
|
|
247
247
|
color: white;
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
-
.
|
|
250
|
+
.mint-well-edit-popup__btn--save:hover {
|
|
251
251
|
background-color: #059669;
|
|
252
252
|
}
|