@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.
Files changed (217) hide show
  1. package/README.md +15 -15
  2. package/dist/{auth-BYmxZdJl.js → auth-DsI0rQ7_.js} +6 -6
  3. package/dist/auth-DsI0rQ7_.js.map +1 -0
  4. package/dist/components/index.js +2 -2
  5. package/dist/{components-CKf-UpGi.js → components-CzbQQPCb.js} +1429 -1429
  6. package/dist/components-CzbQQPCb.js.map +1 -0
  7. package/dist/composables/index.js +2 -2
  8. package/dist/composables/usePlatformContext.d.ts +3 -3
  9. package/dist/{composables-D0QfFzq1.js → composables-BXklV5ii.js} +3 -3
  10. package/dist/{composables-D0QfFzq1.js.map → composables-BXklV5ii.js.map} +1 -1
  11. package/dist/index.js +4 -4
  12. package/dist/install.d.ts +3 -3
  13. package/dist/install.js +5 -5
  14. package/dist/install.js.map +1 -1
  15. package/dist/stores/auth.d.ts +1 -1
  16. package/dist/stores/index.js +1 -1
  17. package/dist/stores/settings.d.ts +1 -1
  18. package/dist/styles.css +5388 -5388
  19. package/dist/types/platform.d.ts +1 -1
  20. package/dist/{useScheduleDrag-DAJueTbK.js → useScheduleDrag-CxBeqYcu.js} +331 -331
  21. package/dist/useScheduleDrag-CxBeqYcu.js.map +1 -0
  22. package/package.json +2 -2
  23. package/src/__tests__/components/AppLayout.test.ts +23 -23
  24. package/src/__tests__/components/AppSidebar.test.ts +29 -29
  25. package/src/__tests__/components/AppTopBar.test.ts +45 -45
  26. package/src/__tests__/components/BaseInput.test.ts +2 -2
  27. package/src/__tests__/components/BasePill.test.ts +37 -37
  28. package/src/__tests__/components/Calendar.test.ts +52 -52
  29. package/src/__tests__/components/CollapsibleCard.test.ts +81 -81
  30. package/src/__tests__/components/DataFrame.test.ts +80 -80
  31. package/src/__tests__/components/DropdownButton.test.ts +80 -80
  32. package/src/__tests__/composables/usePlatformContext.test.ts +1 -1
  33. package/src/components/AlertBox.story.vue +1 -1
  34. package/src/components/AlertBox.vue +14 -14
  35. package/src/components/AppAvatarMenu.vue +26 -26
  36. package/src/components/AppContainer.vue +3 -3
  37. package/src/components/AppLayout.vue +7 -7
  38. package/src/components/AppPageSelector.vue +30 -30
  39. package/src/components/AppPillNav.vue +10 -10
  40. package/src/components/AppPluginSwitcher.vue +31 -31
  41. package/src/components/AppSidebar.vue +8 -8
  42. package/src/components/AppTopBar.story.vue +7 -7
  43. package/src/components/AppTopBar.vue +102 -102
  44. package/src/components/AuditTrail.vue +19 -19
  45. package/src/components/AutoGroupModal.vue +76 -76
  46. package/src/components/Avatar.vue +6 -6
  47. package/src/components/BaseButton.vue +6 -6
  48. package/src/components/BaseCheckbox.vue +9 -9
  49. package/src/components/BaseInput.vue +4 -4
  50. package/src/components/BaseModal.story.vue +1 -1
  51. package/src/components/BaseModal.vue +14 -14
  52. package/src/components/BasePill.vue +9 -9
  53. package/src/components/BaseRadioGroup.vue +21 -21
  54. package/src/components/BaseSelect.vue +6 -6
  55. package/src/components/BaseSlider.vue +8 -8
  56. package/src/components/BaseTabs.vue +7 -7
  57. package/src/components/BaseTextarea.vue +5 -5
  58. package/src/components/BaseToggle.vue +10 -10
  59. package/src/components/BatchProgressList.vue +25 -25
  60. package/src/components/Breadcrumb.vue +8 -8
  61. package/src/components/Calendar.vue +19 -19
  62. package/src/components/ChartContainer.vue +9 -9
  63. package/src/components/ChemicalFormula.vue +7 -7
  64. package/src/components/CollapsibleCard.vue +20 -20
  65. package/src/components/ColorSlider.vue +6 -6
  66. package/src/components/ConcentrationInput.vue +12 -12
  67. package/src/components/ConfirmDialog.story.vue +1 -1
  68. package/src/components/ConfirmDialog.vue +7 -7
  69. package/src/components/DataFrame.vue +40 -40
  70. package/src/components/DatePicker.vue +29 -29
  71. package/src/components/DateTimePicker.vue +41 -41
  72. package/src/components/Divider.vue +9 -9
  73. package/src/components/DoseCalculator.vue +66 -66
  74. package/src/components/DropdownButton.vue +19 -19
  75. package/src/components/EmptyState.vue +9 -9
  76. package/src/components/ExperimentCodeBadge.vue +3 -3
  77. package/src/components/ExperimentDataViewer.vue +25 -25
  78. package/src/components/ExperimentPopover.vue +35 -35
  79. package/src/components/ExperimentSelectorModal.vue +40 -40
  80. package/src/components/ExperimentTimeline.vue +48 -48
  81. package/src/components/FileUploader.vue +31 -31
  82. package/src/components/FitPanel.vue +9 -9
  83. package/src/components/FormActions.vue +1 -1
  84. package/src/components/FormBuilder.vue +2 -2
  85. package/src/components/FormField.vue +7 -7
  86. package/src/components/FormSection.vue +7 -7
  87. package/src/components/FormulaInput.vue +10 -10
  88. package/src/components/GroupAssigner.vue +40 -40
  89. package/src/components/GroupingModal.vue +45 -45
  90. package/src/components/IconButton.vue +6 -6
  91. package/src/components/LoadingSpinner.vue +5 -5
  92. package/src/components/MoleculeInput.vue +21 -21
  93. package/src/components/MultiSelect.vue +13 -13
  94. package/src/components/NumberInput.vue +13 -13
  95. package/src/components/PlateMapEditor.vue +63 -63
  96. package/src/components/ProgressBar.vue +18 -18
  97. package/src/components/ProtocolStepEditor.vue +57 -57
  98. package/src/components/RackEditor.vue +28 -28
  99. package/src/components/ReagentEditor.vue +61 -61
  100. package/src/components/ReagentList.vue +49 -49
  101. package/src/components/ResourceCard.vue +28 -28
  102. package/src/components/SampleHierarchyTree.vue +13 -13
  103. package/src/components/SampleLegend.vue +12 -12
  104. package/src/components/SampleSelector.vue +104 -104
  105. package/src/components/ScheduleCalendar.vue +42 -42
  106. package/src/components/ScientificNumber.vue +11 -11
  107. package/src/components/SegmentedControl.vue +12 -12
  108. package/src/components/SequenceInput.vue +32 -32
  109. package/src/components/SettingsButton.vue +5 -5
  110. package/src/components/SettingsModal.vue +17 -17
  111. package/src/components/StatusIndicator.vue +5 -5
  112. package/src/components/StepWizard.vue +16 -16
  113. package/src/components/TagsInput.vue +20 -20
  114. package/src/components/ThemeToggle.vue +3 -3
  115. package/src/components/TimePicker.vue +21 -21
  116. package/src/components/TimeRangeInput.vue +5 -5
  117. package/src/components/ToastNotification.vue +8 -8
  118. package/src/components/Tooltip.vue +7 -7
  119. package/src/components/UnitInput.vue +12 -12
  120. package/src/components/WellEditPopup.vue +28 -28
  121. package/src/components/WellPlate.vue +37 -37
  122. package/src/composables/useAppExperiment.ts +1 -1
  123. package/src/composables/usePlatformContext.ts +16 -16
  124. package/src/composables/useProtocolTemplates.ts +1 -1
  125. package/src/install.ts +3 -3
  126. package/src/stores/auth.ts +3 -3
  127. package/src/stores/settings.ts +2 -2
  128. package/src/styles/components/alert-box.css +30 -30
  129. package/src/styles/components/app-avatar-menu.css +23 -23
  130. package/src/styles/components/app-container.css +6 -6
  131. package/src/styles/components/app-layout.css +15 -15
  132. package/src/styles/components/app-page-selector.css +26 -26
  133. package/src/styles/components/app-pill-nav.css +7 -7
  134. package/src/styles/components/app-plugin-switcher.css +27 -27
  135. package/src/styles/components/app-sidebar.css +24 -24
  136. package/src/styles/components/app-top-bar.css +65 -65
  137. package/src/styles/components/audit-trail.css +29 -29
  138. package/src/styles/components/auto-group-modal.css +91 -91
  139. package/src/styles/components/avatar.css +15 -15
  140. package/src/styles/components/batch-progress-list.css +40 -40
  141. package/src/styles/components/breadcrumb.css +8 -8
  142. package/src/styles/components/button.css +31 -31
  143. package/src/styles/components/calendar.css +27 -27
  144. package/src/styles/components/chart-container.css +9 -9
  145. package/src/styles/components/checkbox.css +20 -20
  146. package/src/styles/components/chemical-formula.css +8 -8
  147. package/src/styles/components/collapsible-card.css +35 -35
  148. package/src/styles/components/color-slider.css +8 -8
  149. package/src/styles/components/concentration-input.css +27 -27
  150. package/src/styles/components/confirm-dialog.css +32 -32
  151. package/src/styles/components/dataframe.css +66 -66
  152. package/src/styles/components/date-picker.css +40 -40
  153. package/src/styles/components/datetime-picker.css +37 -37
  154. package/src/styles/components/divider.css +13 -13
  155. package/src/styles/components/dose-calculator.css +43 -43
  156. package/src/styles/components/dropdown-button.css +46 -46
  157. package/src/styles/components/empty-state.css +44 -44
  158. package/src/styles/components/experiment-code-badge.css +8 -8
  159. package/src/styles/components/experiment-data-viewer.css +23 -23
  160. package/src/styles/components/experiment-popover.css +97 -97
  161. package/src/styles/components/experiment-selector-modal.css +39 -39
  162. package/src/styles/components/experiment-timeline.css +98 -98
  163. package/src/styles/components/file-uploader.css +44 -44
  164. package/src/styles/components/fit-panel.css +12 -12
  165. package/src/styles/components/form-builder.css +11 -11
  166. package/src/styles/components/form-field.css +7 -7
  167. package/src/styles/components/formula-input.css +17 -17
  168. package/src/styles/components/group-assigner.css +26 -26
  169. package/src/styles/components/grouping-modal.css +51 -51
  170. package/src/styles/components/icon-button.css +41 -41
  171. package/src/styles/components/input.css +13 -13
  172. package/src/styles/components/loading-spinner.css +12 -12
  173. package/src/styles/components/modal.css +69 -69
  174. package/src/styles/components/molecule-input.css +27 -27
  175. package/src/styles/components/multi-select.css +23 -23
  176. package/src/styles/components/number-input.css +32 -32
  177. package/src/styles/components/pill.css +37 -37
  178. package/src/styles/components/plate-map-editor.css +67 -67
  179. package/src/styles/components/progress-bar.css +41 -41
  180. package/src/styles/components/protocol-step-editor.css +63 -63
  181. package/src/styles/components/rack-editor.css +34 -34
  182. package/src/styles/components/radio-group.css +41 -41
  183. package/src/styles/components/reagent-editor.css +70 -70
  184. package/src/styles/components/reagent-list.css +65 -65
  185. package/src/styles/components/resource-card.css +52 -52
  186. package/src/styles/components/sample-hierarchy-tree.css +56 -56
  187. package/src/styles/components/sample-legend.css +37 -37
  188. package/src/styles/components/sample-selector.css +121 -121
  189. package/src/styles/components/schedule-calendar.css +67 -67
  190. package/src/styles/components/scientific-number.css +11 -11
  191. package/src/styles/components/segmented-control.css +33 -33
  192. package/src/styles/components/select.css +11 -11
  193. package/src/styles/components/sequence-input.css +29 -29
  194. package/src/styles/components/settings-button.css +16 -16
  195. package/src/styles/components/settings-modal.css +14 -14
  196. package/src/styles/components/skeleton.css +2 -2
  197. package/src/styles/components/slider.css +10 -10
  198. package/src/styles/components/status-indicator.css +12 -12
  199. package/src/styles/components/step-wizard.css +32 -32
  200. package/src/styles/components/tabs.css +16 -16
  201. package/src/styles/components/tags-input.css +46 -46
  202. package/src/styles/components/textarea.css +17 -17
  203. package/src/styles/components/theme-toggle.css +13 -13
  204. package/src/styles/components/time-picker.css +28 -28
  205. package/src/styles/components/time-range-input.css +8 -8
  206. package/src/styles/components/toast.css +18 -18
  207. package/src/styles/components/toggle.css +27 -27
  208. package/src/styles/components/tooltip.css +18 -18
  209. package/src/styles/components/unit-input.css +25 -25
  210. package/src/styles/components/well-edit-popup.css +32 -32
  211. package/src/styles/components/well-plate.css +49 -49
  212. package/src/styles/index.css +1 -1
  213. package/src/styles/variables.css +3 -3
  214. package/src/types/platform.ts +6 -6
  215. package/dist/auth-BYmxZdJl.js.map +0 -1
  216. package/dist/components-CKf-UpGi.js.map +0 -1
  217. package/dist/useScheduleDrag-DAJueTbK.js.map +0 -1
@@ -1,20 +1,20 @@
1
1
  /* GroupAssigner Component Styles */
2
2
 
3
- .mld-group-assigner {
3
+ .mint-group-assigner {
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  gap: 1rem;
7
7
  }
8
8
 
9
9
  /* Zones container */
10
- .mld-group-assigner__zones {
10
+ .mint-group-assigner__zones {
11
11
  display: grid;
12
12
  grid-template-columns: 1fr 1fr;
13
13
  gap: 0.75rem;
14
14
  }
15
15
 
16
16
  /* Zone */
17
- .mld-group-assigner__zone {
17
+ .mint-group-assigner__zone {
18
18
  display: flex;
19
19
  flex-direction: column;
20
20
  min-height: 8rem;
@@ -25,12 +25,12 @@
25
25
  transition: border-color 0.15s ease, background-color 0.15s ease;
26
26
  }
27
27
 
28
- .mld-group-assigner__zone--dragover {
28
+ .mint-group-assigner__zone--dragover {
29
29
  border-color: var(--zone-color);
30
30
  background-color: color-mix(in srgb, var(--zone-color) 8%, var(--bg-secondary));
31
31
  }
32
32
 
33
- .mld-group-assigner__zone-header {
33
+ .mint-group-assigner__zone-header {
34
34
  display: flex;
35
35
  align-items: center;
36
36
  justify-content: space-between;
@@ -39,18 +39,18 @@
39
39
  border-bottom: 1px solid var(--border-color);
40
40
  }
41
41
 
42
- .mld-group-assigner__zone-label {
42
+ .mint-group-assigner__zone-label {
43
43
  font-size: 0.8125rem;
44
44
  font-weight: 600;
45
45
  color: var(--zone-color);
46
46
  }
47
47
 
48
- .mld-group-assigner__zone-count {
48
+ .mint-group-assigner__zone-count {
49
49
  font-size: 0.75rem;
50
50
  color: var(--text-muted);
51
51
  }
52
52
 
53
- .mld-group-assigner__zone-content {
53
+ .mint-group-assigner__zone-content {
54
54
  flex: 1;
55
55
  display: flex;
56
56
  flex-wrap: wrap;
@@ -58,7 +58,7 @@
58
58
  gap: 0.375rem;
59
59
  }
60
60
 
61
- .mld-group-assigner__zone-empty {
61
+ .mint-group-assigner__zone-empty {
62
62
  display: flex;
63
63
  align-items: center;
64
64
  justify-content: center;
@@ -69,7 +69,7 @@
69
69
  }
70
70
 
71
71
  /* Pills */
72
- .mld-group-assigner__pill {
72
+ .mint-group-assigner__pill {
73
73
  display: inline-flex;
74
74
  align-items: center;
75
75
  gap: 0.375rem;
@@ -82,38 +82,38 @@
82
82
  transition: transform 0.15s ease, box-shadow 0.15s ease;
83
83
  }
84
84
 
85
- .mld-group-assigner__pill:hover {
85
+ .mint-group-assigner__pill:hover {
86
86
  box-shadow: var(--shadow-sm);
87
87
  }
88
88
 
89
- .mld-group-assigner__pill:active {
89
+ .mint-group-assigner__pill:active {
90
90
  cursor: grabbing;
91
91
  }
92
92
 
93
- .mld-group-assigner__pill--unassigned {
93
+ .mint-group-assigner__pill--unassigned {
94
94
  background-color: var(--bg-tertiary);
95
95
  }
96
96
 
97
- .mld-group-assigner__pill--dragging {
97
+ .mint-group-assigner__pill--dragging {
98
98
  opacity: 0.5;
99
99
  transform: scale(0.95);
100
100
  }
101
101
 
102
- .mld-group-assigner__pill-color {
102
+ .mint-group-assigner__pill-color {
103
103
  width: 0.625rem;
104
104
  height: 0.625rem;
105
105
  border-radius: 50%;
106
106
  flex-shrink: 0;
107
107
  }
108
108
 
109
- .mld-group-assigner__pill-name {
109
+ .mint-group-assigner__pill-name {
110
110
  font-size: 0.8125rem;
111
111
  font-weight: 500;
112
112
  color: var(--text-primary);
113
113
  white-space: nowrap;
114
114
  }
115
115
 
116
- .mld-group-assigner__pill-count {
116
+ .mint-group-assigner__pill-count {
117
117
  font-size: 0.6875rem;
118
118
  color: var(--text-muted);
119
119
  padding: 0.125rem 0.375rem;
@@ -121,7 +121,7 @@
121
121
  border-radius: 9999px;
122
122
  }
123
123
 
124
- .mld-group-assigner__pill-remove {
124
+ .mint-group-assigner__pill-remove {
125
125
  display: flex;
126
126
  align-items: center;
127
127
  justify-content: center;
@@ -136,25 +136,25 @@
136
136
  transition: color 0.15s ease, background-color 0.15s ease;
137
137
  }
138
138
 
139
- .mld-group-assigner__pill-remove:hover {
139
+ .mint-group-assigner__pill-remove:hover {
140
140
  color: var(--mint-error);
141
141
  background-color: var(--mint-error-bg);
142
142
  }
143
143
 
144
144
  /* Unassigned section */
145
- .mld-group-assigner__unassigned {
145
+ .mint-group-assigner__unassigned {
146
146
  display: flex;
147
147
  flex-direction: column;
148
148
  gap: 0.5rem;
149
149
  }
150
150
 
151
- .mld-group-assigner__unassigned-header {
151
+ .mint-group-assigner__unassigned-header {
152
152
  display: flex;
153
153
  align-items: center;
154
154
  justify-content: space-between;
155
155
  }
156
156
 
157
- .mld-group-assigner__unassigned-title {
157
+ .mint-group-assigner__unassigned-title {
158
158
  font-size: 0.75rem;
159
159
  font-weight: 500;
160
160
  color: var(--text-muted);
@@ -162,7 +162,7 @@
162
162
  letter-spacing: 0.025em;
163
163
  }
164
164
 
165
- .mld-group-assigner__clear-btn {
165
+ .mint-group-assigner__clear-btn {
166
166
  font-size: 0.75rem;
167
167
  color: var(--color-primary);
168
168
  background: none;
@@ -171,11 +171,11 @@
171
171
  cursor: pointer;
172
172
  }
173
173
 
174
- .mld-group-assigner__clear-btn:hover {
174
+ .mint-group-assigner__clear-btn:hover {
175
175
  text-decoration: underline;
176
176
  }
177
177
 
178
- .mld-group-assigner__unassigned-list {
178
+ .mint-group-assigner__unassigned-list {
179
179
  display: flex;
180
180
  flex-wrap: wrap;
181
181
  gap: 0.375rem;
@@ -188,7 +188,7 @@
188
188
  }
189
189
 
190
190
  /* Validation */
191
- .mld-group-assigner__validation {
191
+ .mint-group-assigner__validation {
192
192
  display: flex;
193
193
  align-items: center;
194
194
  gap: 0.5rem;
@@ -1,13 +1,13 @@
1
1
  /* GroupingModal Component Styles */
2
2
 
3
- .mld-grouping-modal {
3
+ .mint-grouping-modal {
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  gap: 1rem;
7
7
  }
8
8
 
9
9
  /* Dropzone */
10
- .mld-grouping-modal__dropzone {
10
+ .mint-grouping-modal__dropzone {
11
11
  position: relative;
12
12
  display: flex;
13
13
  flex-direction: column;
@@ -21,27 +21,27 @@
21
21
  transition: border-color 0.15s ease, background-color 0.15s ease;
22
22
  }
23
23
 
24
- .mld-grouping-modal__dropzone:hover,
25
- .mld-grouping-modal__dropzone--dragover {
24
+ .mint-grouping-modal__dropzone:hover,
25
+ .mint-grouping-modal__dropzone--dragover {
26
26
  border-color: var(--color-primary);
27
27
  background-color: var(--color-primary-soft);
28
28
  }
29
29
 
30
- .mld-grouping-modal__file-input {
30
+ .mint-grouping-modal__file-input {
31
31
  position: absolute;
32
32
  inset: 0;
33
33
  opacity: 0;
34
34
  cursor: pointer;
35
35
  }
36
36
 
37
- .mld-grouping-modal__upload-icon {
37
+ .mint-grouping-modal__upload-icon {
38
38
  width: 3rem;
39
39
  height: 3rem;
40
40
  color: var(--text-muted);
41
41
  margin-bottom: 0.75rem;
42
42
  }
43
43
 
44
- .mld-grouping-modal__upload-text {
44
+ .mint-grouping-modal__upload-text {
45
45
  font-size: 0.875rem;
46
46
  color: var(--text-primary);
47
47
  margin-top: 0 !important;
@@ -49,12 +49,12 @@
49
49
  padding: 0 !important;
50
50
  }
51
51
 
52
- .mld-grouping-modal__upload-highlight {
52
+ .mint-grouping-modal__upload-highlight {
53
53
  color: var(--color-primary);
54
54
  font-weight: 500;
55
55
  }
56
56
 
57
- .mld-grouping-modal__upload-hint {
57
+ .mint-grouping-modal__upload-hint {
58
58
  font-size: 0.75rem;
59
59
  color: var(--text-muted);
60
60
  margin-top: 0.25rem !important;
@@ -63,7 +63,7 @@
63
63
  }
64
64
 
65
65
  /* Error */
66
- .mld-grouping-modal__error {
66
+ .mint-grouping-modal__error {
67
67
  padding: 0.75rem;
68
68
  border-radius: var(--radius-sm);
69
69
  background-color: var(--mint-error-bg);
@@ -72,7 +72,7 @@
72
72
  }
73
73
 
74
74
  /* File info */
75
- .mld-grouping-modal__file-info {
75
+ .mint-grouping-modal__file-info {
76
76
  display: flex;
77
77
  align-items: center;
78
78
  gap: 0.5rem;
@@ -81,14 +81,14 @@
81
81
  border-radius: var(--radius-sm);
82
82
  }
83
83
 
84
- .mld-grouping-modal__file-icon {
84
+ .mint-grouping-modal__file-icon {
85
85
  width: 1.25rem;
86
86
  height: 1.25rem;
87
87
  color: var(--text-muted);
88
88
  flex-shrink: 0;
89
89
  }
90
90
 
91
- .mld-grouping-modal__file-name {
91
+ .mint-grouping-modal__file-name {
92
92
  flex: 1;
93
93
  font-size: 0.875rem;
94
94
  color: var(--text-primary);
@@ -98,7 +98,7 @@
98
98
  text-overflow: ellipsis;
99
99
  }
100
100
 
101
- .mld-grouping-modal__file-clear {
101
+ .mint-grouping-modal__file-clear {
102
102
  font-size: 0.75rem;
103
103
  color: var(--color-primary);
104
104
  background: none;
@@ -107,24 +107,24 @@
107
107
  padding: 0;
108
108
  }
109
109
 
110
- .mld-grouping-modal__file-clear:hover {
110
+ .mint-grouping-modal__file-clear:hover {
111
111
  text-decoration: underline;
112
112
  }
113
113
 
114
114
  /* Config section */
115
- .mld-grouping-modal__config {
115
+ .mint-grouping-modal__config {
116
116
  display: flex;
117
117
  flex-direction: column;
118
118
  gap: 1rem;
119
119
  }
120
120
 
121
- .mld-grouping-modal__config-row {
121
+ .mint-grouping-modal__config-row {
122
122
  display: flex;
123
123
  flex-direction: column;
124
124
  gap: 0.375rem;
125
125
  }
126
126
 
127
- .mld-grouping-modal__label {
127
+ .mint-grouping-modal__label {
128
128
  font-size: 0.75rem;
129
129
  font-weight: 500;
130
130
  color: var(--text-muted);
@@ -132,19 +132,19 @@
132
132
  letter-spacing: 0.025em;
133
133
  }
134
134
 
135
- .mld-grouping-modal__group-columns {
135
+ .mint-grouping-modal__group-columns {
136
136
  display: flex;
137
137
  flex-direction: column;
138
138
  gap: 0.5rem;
139
139
  }
140
140
 
141
- .mld-grouping-modal__selected-columns {
141
+ .mint-grouping-modal__selected-columns {
142
142
  display: flex;
143
143
  flex-direction: column;
144
144
  gap: 0.375rem;
145
145
  }
146
146
 
147
- .mld-grouping-modal__selected-column {
147
+ .mint-grouping-modal__selected-column {
148
148
  display: flex;
149
149
  align-items: center;
150
150
  justify-content: space-between;
@@ -154,18 +154,18 @@
154
154
  border: 1px solid var(--border-color);
155
155
  }
156
156
 
157
- .mld-grouping-modal__column-name {
157
+ .mint-grouping-modal__column-name {
158
158
  font-size: 0.875rem;
159
159
  color: var(--text-primary);
160
160
  }
161
161
 
162
- .mld-grouping-modal__column-actions {
162
+ .mint-grouping-modal__column-actions {
163
163
  display: flex;
164
164
  align-items: center;
165
165
  gap: 0.25rem;
166
166
  }
167
167
 
168
- .mld-grouping-modal__column-btn {
168
+ .mint-grouping-modal__column-btn {
169
169
  display: flex;
170
170
  align-items: center;
171
171
  justify-content: center;
@@ -180,23 +180,23 @@
180
180
  transition: color 0.15s ease, background-color 0.15s ease;
181
181
  }
182
182
 
183
- .mld-grouping-modal__column-btn:hover:not(:disabled) {
183
+ .mint-grouping-modal__column-btn:hover:not(:disabled) {
184
184
  color: var(--text-primary);
185
185
  background-color: var(--bg-hover);
186
186
  }
187
187
 
188
- .mld-grouping-modal__column-btn:disabled {
188
+ .mint-grouping-modal__column-btn:disabled {
189
189
  opacity: 0.3;
190
190
  cursor: not-allowed;
191
191
  }
192
192
 
193
- .mld-grouping-modal__column-btn--remove:hover:not(:disabled) {
193
+ .mint-grouping-modal__column-btn--remove:hover:not(:disabled) {
194
194
  color: var(--mint-error);
195
195
  background-color: var(--mint-error-bg);
196
196
  }
197
197
 
198
198
  /* Match status */
199
- .mld-grouping-modal__match-status {
199
+ .mint-grouping-modal__match-status {
200
200
  display: flex;
201
201
  gap: 1rem;
202
202
  padding: 0.75rem;
@@ -204,38 +204,38 @@
204
204
  border-radius: var(--radius-sm);
205
205
  }
206
206
 
207
- .mld-grouping-modal__match-stat {
207
+ .mint-grouping-modal__match-stat {
208
208
  display: flex;
209
209
  align-items: baseline;
210
210
  gap: 0.375rem;
211
211
  }
212
212
 
213
- .mld-grouping-modal__match-count {
213
+ .mint-grouping-modal__match-count {
214
214
  font-size: 1rem;
215
215
  font-weight: 600;
216
216
  }
217
217
 
218
- .mld-grouping-modal__match-label {
218
+ .mint-grouping-modal__match-label {
219
219
  font-size: 0.75rem;
220
220
  color: var(--text-muted);
221
221
  }
222
222
 
223
- .mld-grouping-modal__match-stat--matched .mld-grouping-modal__match-count {
223
+ .mint-grouping-modal__match-stat--matched .mint-grouping-modal__match-count {
224
224
  color: var(--mint-success);
225
225
  }
226
226
 
227
- .mld-grouping-modal__match-stat--unmatched .mld-grouping-modal__match-count {
227
+ .mint-grouping-modal__match-stat--unmatched .mint-grouping-modal__match-count {
228
228
  color: var(--mint-warning);
229
229
  }
230
230
 
231
231
  /* Preview */
232
- .mld-grouping-modal__preview {
232
+ .mint-grouping-modal__preview {
233
233
  display: flex;
234
234
  flex-direction: column;
235
235
  gap: 0.5rem;
236
236
  }
237
237
 
238
- .mld-grouping-modal__preview-title {
238
+ .mint-grouping-modal__preview-title {
239
239
  font-size: 0.75rem;
240
240
  font-weight: 500;
241
241
  color: var(--text-muted);
@@ -246,13 +246,13 @@
246
246
  padding: 0 !important;
247
247
  }
248
248
 
249
- .mld-grouping-modal__table-wrapper {
249
+ .mint-grouping-modal__table-wrapper {
250
250
  overflow-x: auto;
251
251
  border: 1px solid var(--border-color);
252
252
  border-radius: var(--radius-sm);
253
253
  }
254
254
 
255
- .mld-grouping-modal__table {
255
+ .mint-grouping-modal__table {
256
256
  display: table !important;
257
257
  overflow: visible !important;
258
258
  width: 100%;
@@ -262,52 +262,52 @@
262
262
  font-size: 0.8125rem;
263
263
  }
264
264
 
265
- .mld-grouping-modal__table thead {
265
+ .mint-grouping-modal__table thead {
266
266
  display: table-header-group !important;
267
267
  }
268
268
 
269
- .mld-grouping-modal__table tbody {
269
+ .mint-grouping-modal__table tbody {
270
270
  display: table-row-group !important;
271
271
  }
272
272
 
273
- .mld-grouping-modal__table tr {
273
+ .mint-grouping-modal__table tr {
274
274
  border: none !important;
275
275
  }
276
276
 
277
- .mld-grouping-modal__th,
278
- .mld-grouping-modal__td {
277
+ .mint-grouping-modal__th,
278
+ .mint-grouping-modal__td {
279
279
  padding: 0.5rem 0.75rem;
280
280
  text-align: left;
281
281
  white-space: nowrap;
282
282
  }
283
283
 
284
- .mld-grouping-modal__th {
284
+ .mint-grouping-modal__th {
285
285
  font-weight: 500;
286
286
  color: var(--text-muted);
287
287
  background-color: var(--bg-tertiary);
288
288
  border-bottom: 1px solid var(--border-color);
289
289
  }
290
290
 
291
- .mld-grouping-modal__td {
291
+ .mint-grouping-modal__td {
292
292
  color: var(--text-primary);
293
293
  border-bottom: 1px solid var(--border-color);
294
294
  }
295
295
 
296
- .mld-grouping-modal__table tbody tr:last-child .mld-grouping-modal__td {
296
+ .mint-grouping-modal__table tbody tr:last-child .mint-grouping-modal__td {
297
297
  border-bottom: none;
298
298
  }
299
299
 
300
- .mld-grouping-modal__th--sample,
301
- .mld-grouping-modal__td--sample {
300
+ .mint-grouping-modal__th--sample,
301
+ .mint-grouping-modal__td--sample {
302
302
  background-color: rgba(59, 130, 246, 0.08);
303
303
  }
304
304
 
305
- .mld-grouping-modal__th--group,
306
- .mld-grouping-modal__td--group {
305
+ .mint-grouping-modal__th--group,
306
+ .mint-grouping-modal__td--group {
307
307
  background-color: rgba(168, 85, 247, 0.08);
308
308
  }
309
309
 
310
- .mld-grouping-modal__preview-note {
310
+ .mint-grouping-modal__preview-note {
311
311
  font-size: 0.75rem;
312
312
  color: var(--text-muted);
313
313
  margin-top: 0 !important;
@@ -316,7 +316,7 @@
316
316
  }
317
317
 
318
318
  /* Footer */
319
- .mld-grouping-modal__footer {
319
+ .mint-grouping-modal__footer {
320
320
  display: flex;
321
321
  justify-content: flex-end;
322
322
  gap: 0.75rem;