@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.
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,29 +1,29 @@
1
1
  /* DataFrame Component Styles */
2
2
 
3
- .mld-dataframe {
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
- .mld-dataframe--bordered {
9
+ .mint-dataframe--bordered {
10
10
  border: 1px solid var(--border-color);
11
11
  }
12
12
 
13
13
  /* Search header */
14
- .mld-dataframe__header {
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
- .mld-dataframe__search-wrapper {
20
+ .mint-dataframe__search-wrapper {
21
21
  position: relative;
22
22
  display: flex;
23
23
  align-items: center;
24
24
  }
25
25
 
26
- .mld-dataframe__search-icon {
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
- .mld-dataframe__search {
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
- .mld-dataframe__search::placeholder {
47
+ .mint-dataframe__search::placeholder {
48
48
  color: var(--text-muted);
49
49
  }
50
50
 
51
- .mld-dataframe__search:focus-visible {
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
- .mld-dataframe__table-wrapper {
57
+ .mint-dataframe__table-wrapper {
58
58
  position: relative;
59
59
  overflow-x: auto;
60
60
  }
61
61
 
62
62
  /* Table */
63
- .mld-dataframe__table {
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
- .mld-dataframe__table thead {
73
+ .mint-dataframe__table thead {
74
74
  display: table-header-group !important;
75
75
  }
76
76
 
77
- .mld-dataframe__table tbody {
77
+ .mint-dataframe__table tbody {
78
78
  display: table-row-group !important;
79
79
  }
80
80
 
81
- .mld-dataframe__table tr {
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
- .mld-dataframe__table tr:nth-child(2n) {
87
+ .mint-dataframe__table tr:nth-child(2n) {
88
88
  background: transparent !important;
89
89
  }
90
90
 
91
91
  /* Thead */
92
- .mld-dataframe__thead {
92
+ .mint-dataframe__thead {
93
93
  background-color: var(--bg-tertiary);
94
94
  }
95
95
 
96
- .mld-dataframe__thead--sticky {
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
- .mld-dataframe__th {
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
- .mld-dataframe__th--sm {
118
+ .mint-dataframe__th--sm {
119
119
  padding: 0.375rem 0.5rem !important;
120
120
  }
121
121
 
122
- .mld-dataframe__th--md {
122
+ .mint-dataframe__th--md {
123
123
  padding: 0.5rem 0.75rem !important;
124
124
  }
125
125
 
126
- .mld-dataframe__th--lg {
126
+ .mint-dataframe__th--lg {
127
127
  padding: 0.625rem 1rem !important;
128
128
  }
129
129
 
130
- .mld-dataframe__th--align-left {
130
+ .mint-dataframe__th--align-left {
131
131
  text-align: left;
132
132
  }
133
133
 
134
- .mld-dataframe__th--align-center {
134
+ .mint-dataframe__th--align-center {
135
135
  text-align: center;
136
136
  }
137
137
 
138
- .mld-dataframe__th--align-right {
138
+ .mint-dataframe__th--align-right {
139
139
  text-align: right;
140
140
  }
141
141
 
142
- .mld-dataframe__th--sortable {
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
- .mld-dataframe__th--sortable:hover {
148
+ .mint-dataframe__th--sortable:hover {
149
149
  color: var(--text-primary);
150
150
  }
151
151
 
152
- .mld-dataframe__th--sorted {
152
+ .mint-dataframe__th--sorted {
153
153
  color: var(--color-primary);
154
154
  }
155
155
 
156
- .mld-dataframe__th--checkbox {
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
- .mld-dataframe__th-content {
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
- .mld-dataframe__sort-icon {
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
- .mld-dataframe__th--sortable:hover .mld-dataframe__sort-icon {
176
+ .mint-dataframe__th--sortable:hover .mint-dataframe__sort-icon {
177
177
  opacity: 0.6;
178
178
  }
179
179
 
180
- .mld-dataframe__sort-icon--asc,
181
- .mld-dataframe__sort-icon--desc {
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
- .mld-dataframe__td {
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
- .mld-dataframe__td--sm {
197
+ .mint-dataframe__td--sm {
198
198
  padding: 0.375rem 0.5rem !important;
199
199
  }
200
200
 
201
- .mld-dataframe__td--md {
201
+ .mint-dataframe__td--md {
202
202
  padding: 0.5rem 0.75rem !important;
203
203
  }
204
204
 
205
- .mld-dataframe__td--lg {
205
+ .mint-dataframe__td--lg {
206
206
  padding: 0.625rem 1rem !important;
207
207
  }
208
208
 
209
- .mld-dataframe__td--align-left {
209
+ .mint-dataframe__td--align-left {
210
210
  text-align: left;
211
211
  }
212
212
 
213
- .mld-dataframe__td--align-center {
213
+ .mint-dataframe__td--align-center {
214
214
  text-align: center;
215
215
  }
216
216
 
217
- .mld-dataframe__td--align-right {
217
+ .mint-dataframe__td--align-right {
218
218
  text-align: right;
219
219
  }
220
220
 
221
- .mld-dataframe__td--ellipsis {
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
- .mld-dataframe__td--checkbox {
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
- .mld-dataframe__checkbox {
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
- .mld-dataframe__row {
243
+ .mint-dataframe__row {
244
244
  transition: background-color 0.1s ease;
245
245
  }
246
246
 
247
- .mld-dataframe__row:hover {
247
+ .mint-dataframe__row:hover {
248
248
  background-color: var(--bg-hover);
249
249
  }
250
250
 
251
- .mld-dataframe__row--striped {
251
+ .mint-dataframe__row--striped {
252
252
  background-color: var(--bg-tertiary);
253
253
  }
254
254
 
255
- .mld-dataframe__row--striped:hover {
255
+ .mint-dataframe__row--striped:hover {
256
256
  background-color: var(--bg-hover);
257
257
  }
258
258
 
259
- .mld-dataframe__row--selected {
259
+ .mint-dataframe__row--selected {
260
260
  background-color: rgba(59, 130, 246, 0.08);
261
261
  }
262
262
 
263
- html.dark .mld-dataframe__row--selected {
263
+ html.dark .mint-dataframe__row--selected {
264
264
  background-color: rgba(59, 130, 246, 0.15);
265
265
  }
266
266
 
267
- .mld-dataframe__row:last-child .mld-dataframe__td {
267
+ .mint-dataframe__row:last-child .mint-dataframe__td {
268
268
  border-bottom: none;
269
269
  }
270
270
 
271
271
  /* Empty state */
272
- .mld-dataframe__empty {
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
- .mld-dataframe__empty-icon {
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
- .mld-dataframe__empty-text {
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
- .mld-dataframe__loading {
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 .mld-dataframe__loading {
306
+ html.dark .mint-dataframe__loading {
307
307
  background-color: rgba(0, 0, 0, 0.4);
308
308
  }
309
309
 
310
- .mld-dataframe__loading-spinner {
310
+ .mint-dataframe__loading-spinner {
311
311
  width: 1.5rem;
312
312
  height: 1.5rem;
313
313
  color: var(--color-primary);
314
- animation: mld-dataframe-spin 1s linear infinite;
314
+ animation: mint-dataframe-spin 1s linear infinite;
315
315
  }
316
316
 
317
- @keyframes mld-dataframe-spin {
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
- .mld-dataframe__footer {
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
- .mld-dataframe__page-info {
332
+ .mint-dataframe__page-info {
333
333
  font-size: 0.75rem;
334
334
  color: var(--text-muted);
335
335
  }
336
336
 
337
- .mld-dataframe__page-controls {
337
+ .mint-dataframe__page-controls {
338
338
  display: flex;
339
339
  align-items: center;
340
340
  gap: 0.5rem;
341
341
  }
342
342
 
343
- .mld-dataframe__page-number {
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
- .mld-dataframe__page-btn {
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
- .mld-dataframe__page-btn:hover:not(:disabled) {
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
- .mld-dataframe__page-btn:disabled {
369
+ .mint-dataframe__page-btn:disabled {
370
370
  opacity: 0.4;
371
371
  cursor: not-allowed;
372
372
  }
373
373
 
374
- .mld-dataframe__page-btn:focus-visible {
374
+ .mint-dataframe__page-btn:focus-visible {
375
375
  outline: none;
376
376
  box-shadow: var(--focus-ring);
377
377
  }
378
378
 
379
- .mld-dataframe__page-btn svg {
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
- .mld-date-picker {
3
+ .mint-date-picker {
4
4
  position: relative;
5
5
  }
6
6
 
7
7
  /* Input wrapper */
8
- .mld-date-picker__input-wrapper {
8
+ .mint-date-picker__input-wrapper {
9
9
  position: relative;
10
10
  }
11
11
 
12
- .mld-date-picker__input {
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
- .mld-date-picker__input:focus-visible {
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
- .mld-date-picker__input--sm {
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
- .mld-date-picker__input--md {
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
- .mld-date-picker__input--lg {
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
- .mld-date-picker__input--error {
49
+ .mint-date-picker__input--error {
50
50
  border-color: var(--mint-error);
51
51
  }
52
52
 
53
- .mld-date-picker__input--error:focus-visible {
53
+ .mint-date-picker__input--error:focus-visible {
54
54
  box-shadow: var(--focus-ring-error);
55
55
  }
56
56
 
57
- .mld-date-picker__input--disabled {
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
- .mld-date-picker__icon {
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
- .mld-date-picker__icon svg {
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
- .mld-date-picker__dropdown {
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
- .mld-date-picker__header {
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
- .mld-date-picker__nav-btn {
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
- .mld-date-picker__nav-btn:hover {
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
- .mld-date-picker__nav-btn svg {
115
+ .mint-date-picker__nav-btn svg {
116
116
  width: 1.25rem;
117
117
  height: 1.25rem;
118
118
  }
119
119
 
120
- .mld-date-picker__month-year {
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
- .mld-date-picker__weekdays {
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
- .mld-date-picker__weekday {
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
- .mld-date-picker__grid {
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
- .mld-date-picker__day {
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
- .mld-date-picker__day:hover:not(:disabled) {
164
+ .mint-date-picker__day:hover:not(:disabled) {
165
165
  background-color: var(--bg-tertiary);
166
166
  }
167
167
 
168
- .mld-date-picker__day--other-month {
168
+ .mint-date-picker__day--other-month {
169
169
  color: var(--text-muted);
170
170
  }
171
171
 
172
- .mld-date-picker__day--disabled {
172
+ .mint-date-picker__day--disabled {
173
173
  opacity: 0.3;
174
174
  cursor: not-allowed;
175
175
  }
176
176
 
177
- .mld-date-picker__day--selected {
177
+ .mint-date-picker__day--selected {
178
178
  background-color: var(--color-primary);
179
179
  color: white;
180
180
  }
181
181
 
182
- .mld-date-picker__day--selected:hover {
182
+ .mint-date-picker__day--selected:hover {
183
183
  background-color: var(--color-primary);
184
184
  }
185
185
 
186
- .mld-date-picker__day--today {
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
- .mld-date-picker__footer {
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
- .mld-date-picker__footer-btn {
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
- .mld-date-picker__today-btn {
208
+ .mint-date-picker__today-btn {
209
209
  color: var(--color-primary);
210
210
  }
211
211
 
212
- .mld-date-picker__today-btn:hover {
212
+ .mint-date-picker__today-btn:hover {
213
213
  opacity: 0.8;
214
214
  }
215
215
 
216
- .mld-date-picker__clear-btn {
216
+ .mint-date-picker__clear-btn {
217
217
  color: var(--text-muted);
218
218
  }
219
219
 
220
- .mld-date-picker__clear-btn:hover {
220
+ .mint-date-picker__clear-btn:hover {
221
221
  color: var(--text-primary);
222
222
  }
223
223
 
224
224
  /* Transition classes */
225
- .mld-date-picker__dropdown-enter-active {
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
- .mld-date-picker__dropdown-leave-active {
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
- .mld-date-picker__dropdown-enter-from,
234
- .mld-date-picker__dropdown-leave-to {
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
- .mld-date-picker__dropdown-enter-to,
240
- .mld-date-picker__dropdown-leave-from {
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
  }