@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,6 +1,6 @@
|
|
|
1
1
|
/* ScheduleCalendar Component Styles */
|
|
2
2
|
|
|
3
|
-
.
|
|
3
|
+
.mint-schedule {
|
|
4
4
|
border: 1px solid var(--border-color);
|
|
5
5
|
border-radius: var(--radius-lg);
|
|
6
6
|
background-color: var(--bg-card);
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
/* Header */
|
|
11
|
-
.
|
|
11
|
+
.mint-schedule__header {
|
|
12
12
|
display: flex;
|
|
13
13
|
align-items: center;
|
|
14
14
|
justify-content: space-between;
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
border-bottom: 1px solid var(--border-color);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.
|
|
19
|
+
.mint-schedule__nav {
|
|
20
20
|
display: flex;
|
|
21
21
|
align-items: center;
|
|
22
22
|
gap: 0.25rem;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
.mint-schedule__nav-btn {
|
|
26
26
|
padding: 0.375rem;
|
|
27
27
|
border-radius: 9999px;
|
|
28
28
|
background: transparent;
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
justify-content: center;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
.mint-schedule__nav-btn:hover {
|
|
39
39
|
background-color: var(--bg-tertiary);
|
|
40
40
|
color: var(--text-primary);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.
|
|
43
|
+
.mint-schedule__nav-btn svg {
|
|
44
44
|
width: 1.25rem;
|
|
45
45
|
height: 1.25rem;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
48
|
+
.mint-schedule__today-btn {
|
|
49
49
|
padding: 0.25rem 0.75rem;
|
|
50
50
|
border-radius: var(--radius);
|
|
51
51
|
background: transparent;
|
|
@@ -58,18 +58,18 @@
|
|
|
58
58
|
margin-left: 0.5rem;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
.
|
|
61
|
+
.mint-schedule__today-btn:hover {
|
|
62
62
|
background-color: var(--bg-hover);
|
|
63
63
|
border-color: var(--color-primary);
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
.
|
|
66
|
+
.mint-schedule__title {
|
|
67
67
|
font-weight: 600;
|
|
68
68
|
font-size: 0.875rem;
|
|
69
69
|
color: var(--text-primary);
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.
|
|
72
|
+
.mint-schedule__view-toggle {
|
|
73
73
|
display: flex;
|
|
74
74
|
align-items: center;
|
|
75
75
|
border: 1px solid var(--border-color);
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
overflow: hidden;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.
|
|
80
|
+
.mint-schedule__view-btn {
|
|
81
81
|
padding: 0.25rem 0.75rem;
|
|
82
82
|
border: none;
|
|
83
83
|
background: transparent;
|
|
@@ -88,39 +88,39 @@
|
|
|
88
88
|
transition: background-color 0.15s ease, color 0.15s ease;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.
|
|
91
|
+
.mint-schedule__view-btn:not(:last-child) {
|
|
92
92
|
border-right: 1px solid var(--border-color);
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.
|
|
95
|
+
.mint-schedule__view-btn:hover {
|
|
96
96
|
background-color: var(--bg-hover);
|
|
97
97
|
color: var(--text-primary);
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
.
|
|
100
|
+
.mint-schedule__view-btn--active {
|
|
101
101
|
background-color: var(--color-primary);
|
|
102
102
|
color: white;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
.
|
|
105
|
+
.mint-schedule__view-btn--active:hover {
|
|
106
106
|
background-color: var(--color-primary);
|
|
107
107
|
color: white;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
/* Body (week/day view) */
|
|
111
|
-
.
|
|
111
|
+
.mint-schedule__body {
|
|
112
112
|
display: flex;
|
|
113
113
|
overflow: auto;
|
|
114
114
|
max-height: 600px;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
.
|
|
117
|
+
.mint-schedule__time-gutter {
|
|
118
118
|
width: 3.5rem;
|
|
119
119
|
flex-shrink: 0;
|
|
120
120
|
border-right: 1px solid var(--border-color);
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.
|
|
123
|
+
.mint-schedule__time-label {
|
|
124
124
|
height: var(--slot-height, 2.5rem);
|
|
125
125
|
font-size: 0.6875rem;
|
|
126
126
|
color: var(--text-muted);
|
|
@@ -131,40 +131,40 @@
|
|
|
131
131
|
line-height: 1;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
.
|
|
134
|
+
.mint-schedule__day-columns {
|
|
135
135
|
display: flex;
|
|
136
136
|
flex: 1;
|
|
137
137
|
min-width: 0;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
.
|
|
140
|
+
.mint-schedule__day-column {
|
|
141
141
|
flex: 1;
|
|
142
142
|
min-width: 0;
|
|
143
143
|
border-left: 1px solid var(--border-light, var(--border-color));
|
|
144
144
|
position: relative;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
.
|
|
147
|
+
.mint-schedule__day-column:first-child {
|
|
148
148
|
border-left: none;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
.
|
|
151
|
+
.mint-schedule__day-column--today {
|
|
152
152
|
background-color: rgba(59, 130, 246, 0.03);
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
/* Day headers */
|
|
156
|
-
.
|
|
156
|
+
.mint-schedule__day-headers {
|
|
157
157
|
display: flex;
|
|
158
158
|
border-bottom: 1px solid var(--border-color);
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
.
|
|
161
|
+
.mint-schedule__day-header-gutter {
|
|
162
162
|
width: 3.5rem;
|
|
163
163
|
flex-shrink: 0;
|
|
164
164
|
border-right: 1px solid var(--border-color);
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
.
|
|
167
|
+
.mint-schedule__day-header {
|
|
168
168
|
flex: 1;
|
|
169
169
|
min-width: 0;
|
|
170
170
|
text-align: center;
|
|
@@ -175,22 +175,22 @@
|
|
|
175
175
|
border-left: 1px solid var(--border-light, var(--border-color));
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
.
|
|
178
|
+
.mint-schedule__day-header:first-child {
|
|
179
179
|
border-left: none;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
.
|
|
182
|
+
.mint-schedule__day-header--today {
|
|
183
183
|
color: var(--color-primary);
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
.
|
|
186
|
+
.mint-schedule__day-header-name {
|
|
187
187
|
display: block;
|
|
188
188
|
font-size: 0.6875rem;
|
|
189
189
|
text-transform: uppercase;
|
|
190
190
|
letter-spacing: 0.05em;
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
.
|
|
193
|
+
.mint-schedule__day-header-number {
|
|
194
194
|
display: inline-flex;
|
|
195
195
|
align-items: center;
|
|
196
196
|
justify-content: center;
|
|
@@ -202,33 +202,33 @@
|
|
|
202
202
|
margin-top: 0.125rem;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
.
|
|
205
|
+
.mint-schedule__day-header--today .mint-schedule__day-header-number {
|
|
206
206
|
background-color: var(--color-primary);
|
|
207
207
|
color: white;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
/* Grid lines / slots */
|
|
211
|
-
.
|
|
211
|
+
.mint-schedule__grid-line {
|
|
212
212
|
height: var(--slot-height, 2.5rem);
|
|
213
213
|
border-bottom: 1px solid var(--border-light, var(--border-color));
|
|
214
214
|
}
|
|
215
215
|
|
|
216
|
-
.
|
|
216
|
+
.mint-schedule__slot {
|
|
217
217
|
height: var(--slot-height, 2.5rem);
|
|
218
218
|
border-bottom: 1px solid var(--border-light, var(--border-color));
|
|
219
219
|
position: relative;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
.
|
|
222
|
+
.mint-schedule__slot--interactive {
|
|
223
223
|
cursor: pointer;
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
.
|
|
226
|
+
.mint-schedule__slot--interactive:hover {
|
|
227
227
|
background-color: rgba(59, 130, 246, 0.03);
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
/* Events */
|
|
231
|
-
.
|
|
231
|
+
.mint-schedule__event {
|
|
232
232
|
position: absolute;
|
|
233
233
|
left: 2px;
|
|
234
234
|
right: 2px;
|
|
@@ -243,44 +243,44 @@
|
|
|
243
243
|
transition: box-shadow 0.15s ease;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
.
|
|
246
|
+
.mint-schedule__event:hover {
|
|
247
247
|
box-shadow: var(--shadow-sm);
|
|
248
248
|
filter: brightness(1.05);
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.
|
|
251
|
+
.mint-schedule__event--confirmed {
|
|
252
252
|
background-color: rgba(16, 185, 129, 0.15);
|
|
253
253
|
color: #065F46;
|
|
254
254
|
--event-color: #10B981;
|
|
255
255
|
}
|
|
256
256
|
|
|
257
|
-
.
|
|
257
|
+
.mint-schedule__event--pending {
|
|
258
258
|
background-color: rgba(245, 158, 11, 0.15);
|
|
259
259
|
color: #92400E;
|
|
260
260
|
--event-color: #F59E0B;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.
|
|
263
|
+
.mint-schedule__event--in-progress {
|
|
264
264
|
background-color: rgba(59, 130, 246, 0.15);
|
|
265
265
|
color: #1E40AF;
|
|
266
266
|
--event-color: #3B82F6;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
.
|
|
269
|
+
.mint-schedule__event--cancelled {
|
|
270
270
|
background-color: rgba(239, 68, 68, 0.1);
|
|
271
271
|
color: #991B1B;
|
|
272
272
|
--event-color: #EF4444;
|
|
273
273
|
text-decoration: line-through;
|
|
274
274
|
}
|
|
275
275
|
|
|
276
|
-
.
|
|
276
|
+
.mint-schedule__event-title {
|
|
277
277
|
white-space: nowrap;
|
|
278
278
|
overflow: hidden;
|
|
279
279
|
text-overflow: ellipsis;
|
|
280
280
|
line-height: 1.25;
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
.
|
|
283
|
+
.mint-schedule__event-time {
|
|
284
284
|
font-size: 0.625rem;
|
|
285
285
|
font-weight: 400;
|
|
286
286
|
opacity: 0.75;
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
/* Resize handles */
|
|
291
|
-
.
|
|
291
|
+
.mint-schedule__event-resize-handle {
|
|
292
292
|
position: absolute;
|
|
293
293
|
left: 0;
|
|
294
294
|
right: 0;
|
|
@@ -297,16 +297,16 @@
|
|
|
297
297
|
z-index: 2;
|
|
298
298
|
}
|
|
299
299
|
|
|
300
|
-
.
|
|
300
|
+
.mint-schedule__event-resize-handle--top {
|
|
301
301
|
top: 0;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
-
.
|
|
304
|
+
.mint-schedule__event-resize-handle--bottom {
|
|
305
305
|
bottom: 0;
|
|
306
306
|
}
|
|
307
307
|
|
|
308
308
|
/* Blocked slots */
|
|
309
|
-
.
|
|
309
|
+
.mint-schedule__blocked {
|
|
310
310
|
position: absolute;
|
|
311
311
|
left: 0;
|
|
312
312
|
right: 0;
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
pointer-events: none;
|
|
322
322
|
}
|
|
323
323
|
|
|
324
|
-
.
|
|
324
|
+
.mint-schedule__blocked-label {
|
|
325
325
|
position: absolute;
|
|
326
326
|
top: 50%;
|
|
327
327
|
left: 50%;
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
/* Now indicator */
|
|
335
|
-
.
|
|
335
|
+
.mint-schedule__now-indicator {
|
|
336
336
|
position: absolute;
|
|
337
337
|
left: 0;
|
|
338
338
|
right: 0;
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
pointer-events: none;
|
|
343
343
|
}
|
|
344
344
|
|
|
345
|
-
.
|
|
345
|
+
.mint-schedule__now-dot {
|
|
346
346
|
position: absolute;
|
|
347
347
|
left: -4px;
|
|
348
348
|
top: -3px;
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
}
|
|
354
354
|
|
|
355
355
|
/* Ghost (drag preview) */
|
|
356
|
-
.
|
|
356
|
+
.mint-schedule__ghost {
|
|
357
357
|
position: absolute;
|
|
358
358
|
left: 2px;
|
|
359
359
|
right: 2px;
|
|
@@ -365,18 +365,18 @@
|
|
|
365
365
|
}
|
|
366
366
|
|
|
367
367
|
@media (prefers-reduced-motion: reduce) {
|
|
368
|
-
.
|
|
368
|
+
.mint-schedule__ghost {
|
|
369
369
|
transition: none;
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
372
|
|
|
373
373
|
/* Month view */
|
|
374
|
-
.
|
|
374
|
+
.mint-schedule__month-grid {
|
|
375
375
|
display: grid;
|
|
376
376
|
grid-template-columns: repeat(7, 1fr);
|
|
377
377
|
}
|
|
378
378
|
|
|
379
|
-
.
|
|
379
|
+
.mint-schedule__month-weekday {
|
|
380
380
|
text-align: center;
|
|
381
381
|
padding: 0.5rem 0.25rem;
|
|
382
382
|
font-size: 0.6875rem;
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
border-bottom: 1px solid var(--border-color);
|
|
388
388
|
}
|
|
389
389
|
|
|
390
|
-
.
|
|
390
|
+
.mint-schedule__month-cell {
|
|
391
391
|
min-height: 5rem;
|
|
392
392
|
border-bottom: 1px solid var(--border-light, var(--border-color));
|
|
393
393
|
border-right: 1px solid var(--border-light, var(--border-color));
|
|
@@ -396,23 +396,23 @@
|
|
|
396
396
|
transition: background-color 0.15s ease;
|
|
397
397
|
}
|
|
398
398
|
|
|
399
|
-
.
|
|
399
|
+
.mint-schedule__month-cell:nth-child(7n) {
|
|
400
400
|
border-right: none;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
|
-
.
|
|
403
|
+
.mint-schedule__month-cell:hover {
|
|
404
404
|
background-color: var(--bg-hover);
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
.
|
|
407
|
+
.mint-schedule__month-cell--today {
|
|
408
408
|
border-left: 3px solid var(--color-primary);
|
|
409
409
|
}
|
|
410
410
|
|
|
411
|
-
.
|
|
411
|
+
.mint-schedule__month-cell--outside {
|
|
412
412
|
opacity: 0.4;
|
|
413
413
|
}
|
|
414
414
|
|
|
415
|
-
.
|
|
415
|
+
.mint-schedule__month-date {
|
|
416
416
|
font-size: 0.75rem;
|
|
417
417
|
font-weight: 500;
|
|
418
418
|
color: var(--text-primary);
|
|
@@ -420,12 +420,12 @@
|
|
|
420
420
|
padding: 0.125rem 0.25rem;
|
|
421
421
|
}
|
|
422
422
|
|
|
423
|
-
.
|
|
423
|
+
.mint-schedule__month-cell--today .mint-schedule__month-date {
|
|
424
424
|
color: var(--color-primary);
|
|
425
425
|
font-weight: 600;
|
|
426
426
|
}
|
|
427
427
|
|
|
428
|
-
.
|
|
428
|
+
.mint-schedule__month-event {
|
|
429
429
|
height: 1.25rem;
|
|
430
430
|
font-size: 0.6875rem;
|
|
431
431
|
font-weight: 500;
|
|
@@ -440,32 +440,32 @@
|
|
|
440
440
|
line-height: 1.25rem;
|
|
441
441
|
}
|
|
442
442
|
|
|
443
|
-
.
|
|
443
|
+
.mint-schedule__month-event--confirmed {
|
|
444
444
|
background-color: rgba(16, 185, 129, 0.15);
|
|
445
445
|
color: #065F46;
|
|
446
446
|
--event-color: #10B981;
|
|
447
447
|
}
|
|
448
448
|
|
|
449
|
-
.
|
|
449
|
+
.mint-schedule__month-event--pending {
|
|
450
450
|
background-color: rgba(245, 158, 11, 0.15);
|
|
451
451
|
color: #92400E;
|
|
452
452
|
--event-color: #F59E0B;
|
|
453
453
|
}
|
|
454
454
|
|
|
455
|
-
.
|
|
455
|
+
.mint-schedule__month-event--in-progress {
|
|
456
456
|
background-color: rgba(59, 130, 246, 0.15);
|
|
457
457
|
color: #1E40AF;
|
|
458
458
|
--event-color: #3B82F6;
|
|
459
459
|
}
|
|
460
460
|
|
|
461
|
-
.
|
|
461
|
+
.mint-schedule__month-event--cancelled {
|
|
462
462
|
background-color: rgba(239, 68, 68, 0.1);
|
|
463
463
|
color: #991B1B;
|
|
464
464
|
--event-color: #EF4444;
|
|
465
465
|
text-decoration: line-through;
|
|
466
466
|
}
|
|
467
467
|
|
|
468
|
-
.
|
|
468
|
+
.mint-schedule__month-more {
|
|
469
469
|
font-size: 0.625rem;
|
|
470
470
|
color: var(--color-primary);
|
|
471
471
|
padding: 0 0.375rem;
|
|
@@ -473,6 +473,6 @@
|
|
|
473
473
|
font-weight: 500;
|
|
474
474
|
}
|
|
475
475
|
|
|
476
|
-
.
|
|
476
|
+
.mint-schedule__month-more:hover {
|
|
477
477
|
text-decoration: underline;
|
|
478
478
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* ScientificNumber Component Styles */
|
|
2
2
|
|
|
3
|
-
.
|
|
3
|
+
.mint-sci-number {
|
|
4
4
|
display: inline-flex;
|
|
5
5
|
align-items: baseline;
|
|
6
6
|
gap: 0.125rem;
|
|
@@ -8,32 +8,32 @@
|
|
|
8
8
|
color: var(--text-primary);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
12
|
-
.
|
|
11
|
+
.mint-sci-number__mantissa,
|
|
12
|
+
.mint-sci-number__plain {
|
|
13
13
|
font-variant-numeric: tabular-nums;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.mint-sci-number__times {
|
|
17
17
|
margin: 0 0.125rem;
|
|
18
18
|
color: var(--text-muted);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.
|
|
21
|
+
.mint-sci-number__exponent {
|
|
22
22
|
font-size: 0.75em;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
.mint-sci-number__suffix {
|
|
26
26
|
color: var(--text-secondary);
|
|
27
27
|
font-weight: 500;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.
|
|
30
|
+
.mint-sci-number__unit {
|
|
31
31
|
color: var(--text-muted);
|
|
32
32
|
margin-left: 0.25rem;
|
|
33
33
|
font-size: 0.875em;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
36
|
+
.mint-sci-number__copy-btn {
|
|
37
37
|
margin-left: 0.25rem;
|
|
38
38
|
padding: 0.125rem;
|
|
39
39
|
background: transparent;
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
line-height: 1;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.
|
|
52
|
+
.mint-sci-number:hover .mint-sci-number__copy-btn {
|
|
53
53
|
opacity: 1;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.
|
|
56
|
+
.mint-sci-number__copy-btn:hover {
|
|
57
57
|
color: var(--color-primary);
|
|
58
58
|
background-color: var(--bg-hover);
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
.
|
|
61
|
+
.mint-sci-number__copy-btn--copied {
|
|
62
62
|
color: var(--color-success, #10b981);
|
|
63
63
|
}
|