@morscherlab/mint-sdk 1.0.0-alpha.8 → 1.0.0-beta.1
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,29 +1,29 @@
|
|
|
1
1
|
/* DataFrame Component Styles */
|
|
2
2
|
|
|
3
|
-
.
|
|
3
|
+
.mint-dataframe {
|
|
4
4
|
background-color: var(--bg-secondary);
|
|
5
5
|
border-radius: var(--radius-md);
|
|
6
6
|
overflow: hidden;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
9
|
+
.mint-dataframe--bordered {
|
|
10
10
|
border: 1px solid var(--border-color);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
/* Search header */
|
|
14
|
-
.
|
|
14
|
+
.mint-dataframe__header {
|
|
15
15
|
padding: 0.625rem 0.75rem;
|
|
16
16
|
border-bottom: 1px solid var(--border-color);
|
|
17
17
|
background-color: var(--bg-tertiary);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.
|
|
20
|
+
.mint-dataframe__search-wrapper {
|
|
21
21
|
position: relative;
|
|
22
22
|
display: flex;
|
|
23
23
|
align-items: center;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
.mint-dataframe__search-icon {
|
|
27
27
|
position: absolute;
|
|
28
28
|
left: 0.5rem;
|
|
29
29
|
width: 1rem;
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
pointer-events: none;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.
|
|
35
|
+
.mint-dataframe__search {
|
|
36
36
|
width: 100%;
|
|
37
37
|
padding: 0.375rem 0.5rem 0.375rem 1.75rem;
|
|
38
38
|
background-color: var(--bg-secondary);
|
|
@@ -44,23 +44,23 @@
|
|
|
44
44
|
transition: border-color 0.15s ease, box-shadow 0.15s ease;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.
|
|
47
|
+
.mint-dataframe__search::placeholder {
|
|
48
48
|
color: var(--text-muted);
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.
|
|
51
|
+
.mint-dataframe__search:focus-visible {
|
|
52
52
|
border-color: transparent;
|
|
53
53
|
box-shadow: var(--focus-ring);
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
/* Table wrapper */
|
|
57
|
-
.
|
|
57
|
+
.mint-dataframe__table-wrapper {
|
|
58
58
|
position: relative;
|
|
59
59
|
overflow-x: auto;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
/* Table */
|
|
63
|
-
.
|
|
63
|
+
.mint-dataframe__table {
|
|
64
64
|
width: 100% !important;
|
|
65
65
|
border-collapse: collapse !important;
|
|
66
66
|
border-spacing: 0 !important;
|
|
@@ -70,37 +70,37 @@
|
|
|
70
70
|
border-radius: 0 !important;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
.
|
|
73
|
+
.mint-dataframe__table thead {
|
|
74
74
|
display: table-header-group !important;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
.
|
|
77
|
+
.mint-dataframe__table tbody {
|
|
78
78
|
display: table-row-group !important;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
.
|
|
81
|
+
.mint-dataframe__table tr {
|
|
82
82
|
display: table-row !important;
|
|
83
83
|
border: none !important;
|
|
84
84
|
background: transparent !important;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.
|
|
87
|
+
.mint-dataframe__table tr:nth-child(2n) {
|
|
88
88
|
background: transparent !important;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
/* Thead */
|
|
92
|
-
.
|
|
92
|
+
.mint-dataframe__thead {
|
|
93
93
|
background-color: var(--bg-tertiary);
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
.
|
|
96
|
+
.mint-dataframe__thead--sticky {
|
|
97
97
|
position: sticky;
|
|
98
98
|
top: 0;
|
|
99
99
|
z-index: 2;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
/* Th */
|
|
103
|
-
.
|
|
103
|
+
.mint-dataframe__th {
|
|
104
104
|
font-size: 0.6875rem !important;
|
|
105
105
|
font-weight: 600 !important;
|
|
106
106
|
color: var(--text-muted) !important;
|
|
@@ -115,76 +115,76 @@
|
|
|
115
115
|
background: transparent !important;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
.
|
|
118
|
+
.mint-dataframe__th--sm {
|
|
119
119
|
padding: 0.375rem 0.5rem !important;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
.
|
|
122
|
+
.mint-dataframe__th--md {
|
|
123
123
|
padding: 0.5rem 0.75rem !important;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
.
|
|
126
|
+
.mint-dataframe__th--lg {
|
|
127
127
|
padding: 0.625rem 1rem !important;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
.
|
|
130
|
+
.mint-dataframe__th--align-left {
|
|
131
131
|
text-align: left;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
.
|
|
134
|
+
.mint-dataframe__th--align-center {
|
|
135
135
|
text-align: center;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.
|
|
138
|
+
.mint-dataframe__th--align-right {
|
|
139
139
|
text-align: right;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.
|
|
142
|
+
.mint-dataframe__th--sortable {
|
|
143
143
|
cursor: pointer;
|
|
144
144
|
user-select: none;
|
|
145
145
|
transition: color 0.15s ease;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
.
|
|
148
|
+
.mint-dataframe__th--sortable:hover {
|
|
149
149
|
color: var(--text-primary);
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
.
|
|
152
|
+
.mint-dataframe__th--sorted {
|
|
153
153
|
color: var(--color-primary);
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
.
|
|
156
|
+
.mint-dataframe__th--checkbox {
|
|
157
157
|
width: 2.5rem;
|
|
158
158
|
padding: 0.5rem;
|
|
159
159
|
text-align: center;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
.
|
|
162
|
+
.mint-dataframe__th-content {
|
|
163
163
|
display: inline-flex;
|
|
164
164
|
align-items: center;
|
|
165
165
|
gap: 0.25rem;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
/* Sort icon */
|
|
169
|
-
.
|
|
169
|
+
.mint-dataframe__sort-icon {
|
|
170
170
|
width: 0.875rem;
|
|
171
171
|
height: 0.875rem;
|
|
172
172
|
opacity: 0.3;
|
|
173
173
|
transition: opacity 0.15s ease;
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
.
|
|
176
|
+
.mint-dataframe__th--sortable:hover .mint-dataframe__sort-icon {
|
|
177
177
|
opacity: 0.6;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
.
|
|
181
|
-
.
|
|
180
|
+
.mint-dataframe__sort-icon--asc,
|
|
181
|
+
.mint-dataframe__sort-icon--desc {
|
|
182
182
|
opacity: 1;
|
|
183
183
|
color: var(--color-primary);
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
/* Td */
|
|
187
|
-
.
|
|
187
|
+
.mint-dataframe__td {
|
|
188
188
|
font-size: 0.8125rem !important;
|
|
189
189
|
color: var(--text-primary) !important;
|
|
190
190
|
border-top: none !important;
|
|
@@ -194,45 +194,45 @@
|
|
|
194
194
|
background: transparent !important;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
.
|
|
197
|
+
.mint-dataframe__td--sm {
|
|
198
198
|
padding: 0.375rem 0.5rem !important;
|
|
199
199
|
}
|
|
200
200
|
|
|
201
|
-
.
|
|
201
|
+
.mint-dataframe__td--md {
|
|
202
202
|
padding: 0.5rem 0.75rem !important;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
.
|
|
205
|
+
.mint-dataframe__td--lg {
|
|
206
206
|
padding: 0.625rem 1rem !important;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
.
|
|
209
|
+
.mint-dataframe__td--align-left {
|
|
210
210
|
text-align: left;
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
.
|
|
213
|
+
.mint-dataframe__td--align-center {
|
|
214
214
|
text-align: center;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
-
.
|
|
217
|
+
.mint-dataframe__td--align-right {
|
|
218
218
|
text-align: right;
|
|
219
219
|
}
|
|
220
220
|
|
|
221
|
-
.
|
|
221
|
+
.mint-dataframe__td--ellipsis {
|
|
222
222
|
overflow: hidden;
|
|
223
223
|
text-overflow: ellipsis;
|
|
224
224
|
white-space: nowrap;
|
|
225
225
|
max-width: 0;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.
|
|
228
|
+
.mint-dataframe__td--checkbox {
|
|
229
229
|
width: 2.5rem;
|
|
230
230
|
padding: 0.5rem;
|
|
231
231
|
text-align: center;
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
/* Checkbox */
|
|
235
|
-
.
|
|
235
|
+
.mint-dataframe__checkbox {
|
|
236
236
|
width: 1rem;
|
|
237
237
|
height: 1rem;
|
|
238
238
|
cursor: pointer;
|
|
@@ -240,36 +240,36 @@
|
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
/* Row */
|
|
243
|
-
.
|
|
243
|
+
.mint-dataframe__row {
|
|
244
244
|
transition: background-color 0.1s ease;
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
.
|
|
247
|
+
.mint-dataframe__row:hover {
|
|
248
248
|
background-color: var(--bg-hover);
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.
|
|
251
|
+
.mint-dataframe__row--striped {
|
|
252
252
|
background-color: var(--bg-tertiary);
|
|
253
253
|
}
|
|
254
254
|
|
|
255
|
-
.
|
|
255
|
+
.mint-dataframe__row--striped:hover {
|
|
256
256
|
background-color: var(--bg-hover);
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
.
|
|
259
|
+
.mint-dataframe__row--selected {
|
|
260
260
|
background-color: rgba(59, 130, 246, 0.08);
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
html.dark .
|
|
263
|
+
html.dark .mint-dataframe__row--selected {
|
|
264
264
|
background-color: rgba(59, 130, 246, 0.15);
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
.
|
|
267
|
+
.mint-dataframe__row:last-child .mint-dataframe__td {
|
|
268
268
|
border-bottom: none;
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
/* Empty state */
|
|
272
|
-
.
|
|
272
|
+
.mint-dataframe__empty {
|
|
273
273
|
display: flex;
|
|
274
274
|
flex-direction: column;
|
|
275
275
|
align-items: center;
|
|
@@ -278,14 +278,14 @@ html.dark .mld-dataframe__row--selected {
|
|
|
278
278
|
color: var(--text-muted);
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
.
|
|
281
|
+
.mint-dataframe__empty-icon {
|
|
282
282
|
width: 2.5rem;
|
|
283
283
|
height: 2.5rem;
|
|
284
284
|
opacity: 0.5;
|
|
285
285
|
margin-bottom: 0.5rem;
|
|
286
286
|
}
|
|
287
287
|
|
|
288
|
-
.
|
|
288
|
+
.mint-dataframe__empty-text {
|
|
289
289
|
font-size: 0.875rem;
|
|
290
290
|
margin-top: 0 !important;
|
|
291
291
|
margin-bottom: 0 !important;
|
|
@@ -293,7 +293,7 @@ html.dark .mld-dataframe__row--selected {
|
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
/* Loading overlay */
|
|
296
|
-
.
|
|
296
|
+
.mint-dataframe__loading {
|
|
297
297
|
position: absolute;
|
|
298
298
|
inset: 0;
|
|
299
299
|
display: flex;
|
|
@@ -303,24 +303,24 @@ html.dark .mld-dataframe__row--selected {
|
|
|
303
303
|
z-index: 3;
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
html.dark .
|
|
306
|
+
html.dark .mint-dataframe__loading {
|
|
307
307
|
background-color: rgba(0, 0, 0, 0.4);
|
|
308
308
|
}
|
|
309
309
|
|
|
310
|
-
.
|
|
310
|
+
.mint-dataframe__loading-spinner {
|
|
311
311
|
width: 1.5rem;
|
|
312
312
|
height: 1.5rem;
|
|
313
313
|
color: var(--color-primary);
|
|
314
|
-
animation:
|
|
314
|
+
animation: mint-dataframe-spin 1s linear infinite;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
-
@keyframes
|
|
317
|
+
@keyframes mint-dataframe-spin {
|
|
318
318
|
from { transform: rotate(0deg); }
|
|
319
319
|
to { transform: rotate(360deg); }
|
|
320
320
|
}
|
|
321
321
|
|
|
322
322
|
/* Footer / Pagination */
|
|
323
|
-
.
|
|
323
|
+
.mint-dataframe__footer {
|
|
324
324
|
display: flex;
|
|
325
325
|
align-items: center;
|
|
326
326
|
justify-content: space-between;
|
|
@@ -329,25 +329,25 @@ html.dark .mld-dataframe__loading {
|
|
|
329
329
|
background-color: var(--bg-tertiary);
|
|
330
330
|
}
|
|
331
331
|
|
|
332
|
-
.
|
|
332
|
+
.mint-dataframe__page-info {
|
|
333
333
|
font-size: 0.75rem;
|
|
334
334
|
color: var(--text-muted);
|
|
335
335
|
}
|
|
336
336
|
|
|
337
|
-
.
|
|
337
|
+
.mint-dataframe__page-controls {
|
|
338
338
|
display: flex;
|
|
339
339
|
align-items: center;
|
|
340
340
|
gap: 0.5rem;
|
|
341
341
|
}
|
|
342
342
|
|
|
343
|
-
.
|
|
343
|
+
.mint-dataframe__page-number {
|
|
344
344
|
font-size: 0.75rem;
|
|
345
345
|
color: var(--text-secondary);
|
|
346
346
|
min-width: 3rem;
|
|
347
347
|
text-align: center;
|
|
348
348
|
}
|
|
349
349
|
|
|
350
|
-
.
|
|
350
|
+
.mint-dataframe__page-btn {
|
|
351
351
|
display: inline-flex;
|
|
352
352
|
align-items: center;
|
|
353
353
|
justify-content: center;
|
|
@@ -361,22 +361,22 @@ html.dark .mld-dataframe__loading {
|
|
|
361
361
|
transition: background-color 0.15s ease, color 0.15s ease;
|
|
362
362
|
}
|
|
363
363
|
|
|
364
|
-
.
|
|
364
|
+
.mint-dataframe__page-btn:hover:not(:disabled) {
|
|
365
365
|
background-color: var(--bg-hover);
|
|
366
366
|
color: var(--text-primary);
|
|
367
367
|
}
|
|
368
368
|
|
|
369
|
-
.
|
|
369
|
+
.mint-dataframe__page-btn:disabled {
|
|
370
370
|
opacity: 0.4;
|
|
371
371
|
cursor: not-allowed;
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
-
.
|
|
374
|
+
.mint-dataframe__page-btn:focus-visible {
|
|
375
375
|
outline: none;
|
|
376
376
|
box-shadow: var(--focus-ring);
|
|
377
377
|
}
|
|
378
378
|
|
|
379
|
-
.
|
|
379
|
+
.mint-dataframe__page-btn svg {
|
|
380
380
|
width: 0.875rem;
|
|
381
381
|
height: 0.875rem;
|
|
382
382
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/* DatePicker Component Styles */
|
|
2
2
|
|
|
3
|
-
.
|
|
3
|
+
.mint-date-picker {
|
|
4
4
|
position: relative;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
/* Input wrapper */
|
|
8
|
-
.
|
|
8
|
+
.mint-date-picker__input-wrapper {
|
|
9
9
|
position: relative;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.
|
|
12
|
+
.mint-date-picker__input {
|
|
13
13
|
width: 100%;
|
|
14
14
|
border-radius: var(--radius-md);
|
|
15
15
|
border: 1px solid var(--border-color);
|
|
@@ -22,45 +22,45 @@
|
|
|
22
22
|
line-height: 1.25;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
.mint-date-picker__input:focus-visible {
|
|
26
26
|
outline: none;
|
|
27
27
|
border-color: transparent;
|
|
28
28
|
box-shadow: var(--focus-ring);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.
|
|
31
|
+
.mint-date-picker__input--sm {
|
|
32
32
|
padding: 0.375rem 0.625rem;
|
|
33
33
|
font-size: 0.875rem;
|
|
34
34
|
min-height: var(--form-height-sm);
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.
|
|
37
|
+
.mint-date-picker__input--md {
|
|
38
38
|
padding: 0.5rem 0.75rem;
|
|
39
39
|
font-size: 0.875rem;
|
|
40
40
|
min-height: var(--form-height-md);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.
|
|
43
|
+
.mint-date-picker__input--lg {
|
|
44
44
|
padding: 0.75rem 1rem;
|
|
45
45
|
font-size: 1rem;
|
|
46
46
|
min-height: var(--form-height-lg);
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.
|
|
49
|
+
.mint-date-picker__input--error {
|
|
50
50
|
border-color: var(--mint-error);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.
|
|
53
|
+
.mint-date-picker__input--error:focus-visible {
|
|
54
54
|
box-shadow: var(--focus-ring-error);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.
|
|
57
|
+
.mint-date-picker__input--disabled {
|
|
58
58
|
opacity: var(--mint-disabled-opacity);
|
|
59
59
|
cursor: not-allowed;
|
|
60
60
|
background-color: var(--bg-tertiary);
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.
|
|
63
|
+
.mint-date-picker__icon {
|
|
64
64
|
position: absolute;
|
|
65
65
|
top: 0;
|
|
66
66
|
bottom: 0;
|
|
@@ -71,14 +71,14 @@
|
|
|
71
71
|
pointer-events: none;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.
|
|
74
|
+
.mint-date-picker__icon svg {
|
|
75
75
|
width: 1rem;
|
|
76
76
|
height: 1rem;
|
|
77
77
|
color: var(--text-muted);
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
/* Calendar dropdown (teleported to body, positioned via JS) */
|
|
81
|
-
.
|
|
81
|
+
.mint-date-picker__dropdown {
|
|
82
82
|
position: fixed;
|
|
83
83
|
z-index: 9999;
|
|
84
84
|
width: 18rem;
|
|
@@ -90,14 +90,14 @@
|
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
/* Calendar header */
|
|
93
|
-
.
|
|
93
|
+
.mint-date-picker__header {
|
|
94
94
|
display: flex;
|
|
95
95
|
align-items: center;
|
|
96
96
|
justify-content: space-between;
|
|
97
97
|
margin-bottom: 0.75rem;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
.
|
|
100
|
+
.mint-date-picker__nav-btn {
|
|
101
101
|
padding: 0.5rem;
|
|
102
102
|
border-radius: 9999px;
|
|
103
103
|
background: transparent;
|
|
@@ -107,31 +107,31 @@
|
|
|
107
107
|
transition: background-color 0.15s ease, color 0.15s ease;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
.
|
|
110
|
+
.mint-date-picker__nav-btn:hover {
|
|
111
111
|
background-color: var(--bg-tertiary);
|
|
112
112
|
color: var(--text-primary);
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.
|
|
115
|
+
.mint-date-picker__nav-btn svg {
|
|
116
116
|
width: 1.25rem;
|
|
117
117
|
height: 1.25rem;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
.
|
|
120
|
+
.mint-date-picker__month-year {
|
|
121
121
|
font-size: 0.875rem;
|
|
122
122
|
font-weight: 500;
|
|
123
123
|
color: var(--text-primary);
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
/* Week days header */
|
|
127
|
-
.
|
|
127
|
+
.mint-date-picker__weekdays {
|
|
128
128
|
display: grid;
|
|
129
129
|
grid-template-columns: repeat(7, 1fr);
|
|
130
130
|
gap: 0.25rem;
|
|
131
131
|
margin-bottom: 0.25rem;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
.
|
|
134
|
+
.mint-date-picker__weekday {
|
|
135
135
|
text-align: center;
|
|
136
136
|
font-size: 0.75rem;
|
|
137
137
|
font-weight: 500;
|
|
@@ -140,13 +140,13 @@
|
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
/* Calendar grid */
|
|
143
|
-
.
|
|
143
|
+
.mint-date-picker__grid {
|
|
144
144
|
display: grid;
|
|
145
145
|
grid-template-columns: repeat(7, 1fr);
|
|
146
146
|
gap: 0.125rem;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
.
|
|
149
|
+
.mint-date-picker__day {
|
|
150
150
|
width: 2.25rem;
|
|
151
151
|
height: 2.25rem;
|
|
152
152
|
font-size: 0.875rem;
|
|
@@ -161,34 +161,34 @@
|
|
|
161
161
|
color: var(--text-primary);
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
.
|
|
164
|
+
.mint-date-picker__day:hover:not(:disabled) {
|
|
165
165
|
background-color: var(--bg-tertiary);
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
.
|
|
168
|
+
.mint-date-picker__day--other-month {
|
|
169
169
|
color: var(--text-muted);
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
-
.
|
|
172
|
+
.mint-date-picker__day--disabled {
|
|
173
173
|
opacity: 0.3;
|
|
174
174
|
cursor: not-allowed;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.
|
|
177
|
+
.mint-date-picker__day--selected {
|
|
178
178
|
background-color: var(--color-primary);
|
|
179
179
|
color: white;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
.
|
|
182
|
+
.mint-date-picker__day--selected:hover {
|
|
183
183
|
background-color: var(--color-primary);
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
.
|
|
186
|
+
.mint-date-picker__day--today {
|
|
187
187
|
box-shadow: inset 0 0 0 1px var(--color-primary);
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
/* Footer */
|
|
191
|
-
.
|
|
191
|
+
.mint-date-picker__footer {
|
|
192
192
|
display: flex;
|
|
193
193
|
align-items: center;
|
|
194
194
|
justify-content: space-between;
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
border-top: 1px solid var(--border-color);
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.
|
|
200
|
+
.mint-date-picker__footer-btn {
|
|
201
201
|
font-size: 0.75rem;
|
|
202
202
|
background: transparent;
|
|
203
203
|
border: none;
|
|
@@ -205,39 +205,39 @@
|
|
|
205
205
|
transition: color 0.15s ease;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
.
|
|
208
|
+
.mint-date-picker__today-btn {
|
|
209
209
|
color: var(--color-primary);
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
.
|
|
212
|
+
.mint-date-picker__today-btn:hover {
|
|
213
213
|
opacity: 0.8;
|
|
214
214
|
}
|
|
215
215
|
|
|
216
|
-
.
|
|
216
|
+
.mint-date-picker__clear-btn {
|
|
217
217
|
color: var(--text-muted);
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
-
.
|
|
220
|
+
.mint-date-picker__clear-btn:hover {
|
|
221
221
|
color: var(--text-primary);
|
|
222
222
|
}
|
|
223
223
|
|
|
224
224
|
/* Transition classes */
|
|
225
|
-
.
|
|
225
|
+
.mint-date-picker__dropdown-enter-active {
|
|
226
226
|
transition: opacity 0.1s ease-out, transform 0.1s ease-out;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
-
.
|
|
229
|
+
.mint-date-picker__dropdown-leave-active {
|
|
230
230
|
transition: opacity 0.075s ease-in, transform 0.075s ease-in;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
.
|
|
234
|
-
.
|
|
233
|
+
.mint-date-picker__dropdown-enter-from,
|
|
234
|
+
.mint-date-picker__dropdown-leave-to {
|
|
235
235
|
opacity: 0;
|
|
236
236
|
transform: scale(0.95);
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
.
|
|
240
|
-
.
|
|
239
|
+
.mint-date-picker__dropdown-enter-to,
|
|
240
|
+
.mint-date-picker__dropdown-leave-from {
|
|
241
241
|
opacity: 1;
|
|
242
242
|
transform: scale(1);
|
|
243
243
|
}
|