@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,17 +1,17 @@
1
1
  /* BaseSlider Component Styles */
2
2
 
3
- .mld-slider {
3
+ .mint-slider {
4
4
  display: flex;
5
5
  align-items: center;
6
6
  gap: 12px;
7
7
  }
8
8
 
9
- .mld-slider--disabled {
9
+ .mint-slider--disabled {
10
10
  opacity: var(--mint-disabled-opacity);
11
11
  cursor: not-allowed;
12
12
  }
13
13
 
14
- .mld-slider__container {
14
+ .mint-slider__container {
15
15
  position: relative;
16
16
  flex: 1;
17
17
  height: 24px;
@@ -19,7 +19,7 @@
19
19
  align-items: center;
20
20
  }
21
21
 
22
- .mld-slider__track {
22
+ .mint-slider__track {
23
23
  position: absolute;
24
24
  left: 0;
25
25
  right: 0;
@@ -27,14 +27,14 @@
27
27
  background-color: var(--bg-tertiary);
28
28
  }
29
29
 
30
- .mld-slider__fill {
30
+ .mint-slider__fill {
31
31
  position: absolute;
32
32
  left: 0;
33
33
  border-radius: 9999px;
34
34
  background-color: var(--color-primary);
35
35
  }
36
36
 
37
- .mld-slider__input {
37
+ .mint-slider__input {
38
38
  position: absolute;
39
39
  inset: 0;
40
40
  width: 100%;
@@ -45,11 +45,11 @@
45
45
  margin: 0;
46
46
  }
47
47
 
48
- .mld-slider--disabled .mld-slider__input {
48
+ .mint-slider--disabled .mint-slider__input {
49
49
  cursor: not-allowed;
50
50
  }
51
51
 
52
- .mld-slider__thumb {
52
+ .mint-slider__thumb {
53
53
  position: absolute;
54
54
  top: 50%;
55
55
  transform: translateX(-50%) translateY(-50%);
@@ -61,11 +61,11 @@
61
61
  transition: transform 150ms ease;
62
62
  }
63
63
 
64
- .mld-slider__thumb--dragging {
64
+ .mint-slider__thumb--dragging {
65
65
  transform: translateX(-50%) translateY(-50%) scale(1.1);
66
66
  }
67
67
 
68
- .mld-slider__value {
68
+ .mint-slider__value {
69
69
  min-width: 40px;
70
70
  text-align: right;
71
71
  font-size: 14px;
@@ -1,12 +1,12 @@
1
1
  /* StatusIndicator Component Styles */
2
2
 
3
- .mld-status {
3
+ .mint-status {
4
4
  display: inline-flex;
5
5
  align-items: center;
6
6
  gap: 0.5rem;
7
7
  }
8
8
 
9
- .mld-status__dot {
9
+ .mint-status__dot {
10
10
  width: 8px;
11
11
  height: 8px;
12
12
  border-radius: 50%;
@@ -15,52 +15,52 @@
15
15
  }
16
16
 
17
17
  /* Status colors */
18
- .mld-status__dot--success {
18
+ .mint-status__dot--success {
19
19
  background-color: var(--mint-success);
20
20
  color: var(--mint-success);
21
21
  }
22
22
 
23
- .mld-status__dot--warning {
23
+ .mint-status__dot--warning {
24
24
  background-color: var(--mint-warning);
25
25
  color: var(--mint-warning);
26
26
  }
27
27
 
28
- .mld-status__dot--error {
28
+ .mint-status__dot--error {
29
29
  background-color: var(--mint-error);
30
30
  color: var(--mint-error);
31
31
  }
32
32
 
33
- .mld-status__dot--info {
33
+ .mint-status__dot--info {
34
34
  background-color: var(--mint-info);
35
35
  color: var(--mint-info);
36
36
  }
37
37
 
38
- .mld-status__dot--muted {
38
+ .mint-status__dot--muted {
39
39
  background-color: var(--text-muted);
40
40
  color: var(--text-muted);
41
41
  }
42
42
 
43
- .mld-status__label {
43
+ .mint-status__label {
44
44
  font-size: 0.875rem;
45
45
  color: var(--text-primary);
46
46
  }
47
47
 
48
48
  /* Pulse — expanding ring via ::before pseudo, 1.8s loop */
49
- .mld-status__dot--pulse::before {
49
+ .mint-status__dot--pulse::before {
50
50
  content: '';
51
51
  position: absolute;
52
52
  inset: 0;
53
53
  border-radius: 50%;
54
54
  background-color: currentColor;
55
- animation: mld-status-pulse 1.8s ease-out infinite;
55
+ animation: mint-status-pulse 1.8s ease-out infinite;
56
56
  pointer-events: none;
57
57
  }
58
58
 
59
- @keyframes mld-status-pulse {
59
+ @keyframes mint-status-pulse {
60
60
  0% { transform: scale(0.6); opacity: 0.6; }
61
61
  100% { transform: scale(1.8); opacity: 0; }
62
62
  }
63
63
 
64
64
  @media (prefers-reduced-motion: reduce) {
65
- .mld-status__dot--pulse::before { animation: none; opacity: 0; }
65
+ .mint-status__dot--pulse::before { animation: none; opacity: 0; }
66
66
  }
@@ -1,4 +1,4 @@
1
- .mld-wizard {
1
+ .mint-wizard {
2
2
  display: flex;
3
3
  flex-direction: column;
4
4
  gap: 1.5rem;
@@ -8,17 +8,17 @@
8
8
  }
9
9
 
10
10
  /* Progress indicator */
11
- .mld-wizard__progress {
11
+ .mint-wizard__progress {
12
12
  flex-shrink: 0;
13
13
  }
14
14
 
15
- .mld-wizard__steps-indicator {
15
+ .mint-wizard__steps-indicator {
16
16
  display: flex;
17
17
  align-items: flex-start;
18
18
  justify-content: center;
19
19
  }
20
20
 
21
- .mld-wizard__step-connector {
21
+ .mint-wizard__step-connector {
22
22
  flex: 1;
23
23
  height: 2px;
24
24
  background-color: var(--border-color);
@@ -26,11 +26,11 @@
26
26
  transition: background-color 0.2s ease;
27
27
  }
28
28
 
29
- .mld-wizard__step-connector--completed {
29
+ .mint-wizard__step-connector--completed {
30
30
  background-color: var(--mint-success);
31
31
  }
32
32
 
33
- .mld-wizard__step-indicator {
33
+ .mint-wizard__step-indicator {
34
34
  display: flex;
35
35
  flex-direction: column;
36
36
  align-items: center;
@@ -39,12 +39,12 @@
39
39
  min-width: 4rem;
40
40
  }
41
41
 
42
- .mld-wizard__step-indicator--disabled {
42
+ .mint-wizard__step-indicator--disabled {
43
43
  cursor: not-allowed;
44
44
  opacity: var(--mint-disabled-opacity);
45
45
  }
46
46
 
47
- .mld-wizard__step-dot {
47
+ .mint-wizard__step-dot {
48
48
  width: 2rem;
49
49
  height: 2rem;
50
50
  border-radius: 9999px;
@@ -60,55 +60,55 @@
60
60
  }
61
61
 
62
62
  /* Size variants for dot */
63
- .mld-wizard--sm .mld-wizard__step-dot {
63
+ .mint-wizard--sm .mint-wizard__step-dot {
64
64
  width: 1.5rem;
65
65
  height: 1.5rem;
66
66
  font-size: 0.625rem;
67
67
  }
68
68
 
69
- .mld-wizard--lg .mld-wizard__step-dot {
69
+ .mint-wizard--lg .mint-wizard__step-dot {
70
70
  width: 2.5rem;
71
71
  height: 2.5rem;
72
72
  font-size: 0.875rem;
73
73
  }
74
74
 
75
- .mld-wizard__step-indicator--active .mld-wizard__step-dot {
75
+ .mint-wizard__step-indicator--active .mint-wizard__step-dot {
76
76
  border-color: var(--color-primary);
77
77
  background-color: var(--color-primary);
78
78
  color: white;
79
79
  }
80
80
 
81
- .mld-wizard__step-indicator--completed .mld-wizard__step-dot {
81
+ .mint-wizard__step-indicator--completed .mint-wizard__step-dot {
82
82
  border-color: var(--mint-success);
83
83
  background-color: var(--mint-success);
84
84
  color: white;
85
85
  }
86
86
 
87
- .mld-wizard__step-label {
87
+ .mint-wizard__step-label {
88
88
  font-size: 0.75rem;
89
89
  color: var(--text-muted);
90
90
  text-align: center;
91
91
  white-space: nowrap;
92
92
  }
93
93
 
94
- .mld-wizard__step-indicator--active .mld-wizard__step-label {
94
+ .mint-wizard__step-indicator--active .mint-wizard__step-label {
95
95
  color: var(--text-primary);
96
96
  font-weight: 500;
97
97
  }
98
98
 
99
- .mld-wizard__step-indicator--completed .mld-wizard__step-label {
99
+ .mint-wizard__step-indicator--completed .mint-wizard__step-label {
100
100
  color: var(--text-secondary);
101
101
  }
102
102
 
103
103
  /* Body */
104
- .mld-wizard__body {
104
+ .mint-wizard__body {
105
105
  flex: 1;
106
106
  min-height: 0;
107
107
  overflow-y: auto;
108
108
  }
109
109
 
110
110
  /* Navigation */
111
- .mld-wizard__navigation {
111
+ .mint-wizard__navigation {
112
112
  display: flex;
113
113
  align-items: center;
114
114
  gap: 0.5rem;
@@ -117,7 +117,7 @@
117
117
  flex-shrink: 0;
118
118
  }
119
119
 
120
- .mld-wizard__nav-btn {
120
+ .mint-wizard__nav-btn {
121
121
  padding: 0.5rem 1rem;
122
122
  border-radius: var(--radius-md);
123
123
  font-size: 0.875rem;
@@ -127,66 +127,66 @@
127
127
  border: none;
128
128
  }
129
129
 
130
- .mld-wizard__nav-btn:disabled {
130
+ .mint-wizard__nav-btn:disabled {
131
131
  opacity: var(--mint-disabled-opacity);
132
132
  cursor: not-allowed;
133
133
  }
134
134
 
135
- .mld-wizard__nav-btn--cancel {
135
+ .mint-wizard__nav-btn--cancel {
136
136
  background: transparent;
137
137
  color: var(--text-muted);
138
138
  }
139
139
 
140
- .mld-wizard__nav-btn--cancel:hover:not(:disabled) {
140
+ .mint-wizard__nav-btn--cancel:hover:not(:disabled) {
141
141
  color: var(--text-primary);
142
142
  }
143
143
 
144
- .mld-wizard__nav-btn--back {
144
+ .mint-wizard__nav-btn--back {
145
145
  background-color: var(--bg-tertiary);
146
146
  color: var(--text-primary);
147
147
  }
148
148
 
149
- .mld-wizard__nav-btn--back:hover:not(:disabled) {
149
+ .mint-wizard__nav-btn--back:hover:not(:disabled) {
150
150
  background-color: var(--bg-hover);
151
151
  }
152
152
 
153
- .mld-wizard__nav-btn--next {
153
+ .mint-wizard__nav-btn--next {
154
154
  background-color: var(--color-primary);
155
155
  color: white;
156
156
  }
157
157
 
158
- .mld-wizard__nav-btn--next:hover:not(:disabled) {
158
+ .mint-wizard__nav-btn--next:hover:not(:disabled) {
159
159
  background-color: var(--color-primary-hover);
160
160
  }
161
161
 
162
- .mld-wizard__nav-btn--finish {
162
+ .mint-wizard__nav-btn--finish {
163
163
  background-color: var(--mint-success);
164
164
  color: white;
165
165
  }
166
166
 
167
- .mld-wizard__nav-btn--finish:hover:not(:disabled) {
167
+ .mint-wizard__nav-btn--finish:hover:not(:disabled) {
168
168
  opacity: 0.9;
169
169
  }
170
170
 
171
171
  /* Size variants for connector alignment */
172
- .mld-wizard--sm .mld-wizard__step-connector {
172
+ .mint-wizard--sm .mint-wizard__step-connector {
173
173
  margin-top: 0.75rem;
174
174
  }
175
175
 
176
- .mld-wizard--lg .mld-wizard__step-connector {
176
+ .mint-wizard--lg .mint-wizard__step-connector {
177
177
  margin-top: 1.25rem;
178
178
  }
179
179
 
180
- .mld-wizard--sm .mld-wizard__step-label {
180
+ .mint-wizard--sm .mint-wizard__step-label {
181
181
  font-size: 0.625rem;
182
182
  }
183
183
 
184
- .mld-wizard--sm .mld-wizard__nav-btn {
184
+ .mint-wizard--sm .mint-wizard__nav-btn {
185
185
  padding: 0.375rem 0.75rem;
186
186
  font-size: 0.75rem;
187
187
  }
188
188
 
189
- .mld-wizard--lg .mld-wizard__nav-btn {
189
+ .mint-wizard--lg .mint-wizard__nav-btn {
190
190
  padding: 0.625rem 1.25rem;
191
191
  font-size: 1rem;
192
192
  }
@@ -1,14 +1,14 @@
1
1
  /* BaseTabs Component Styles */
2
2
 
3
- .mld-tabs {
3
+ .mint-tabs {
4
4
  display: flex;
5
5
  }
6
6
 
7
- .mld-tabs--underline {
7
+ .mint-tabs--underline {
8
8
  border-bottom: 1px solid var(--border-color);
9
9
  }
10
10
 
11
- .mld-tabs--pills {
11
+ .mint-tabs--pills {
12
12
  gap: 0.5rem;
13
13
  padding: 0.25rem;
14
14
  background-color: var(--bg-tertiary);
@@ -16,7 +16,7 @@
16
16
  }
17
17
 
18
18
  /* 1px optical padding shift (0.16+). See CLAUDE.md § Optical Centering. */
19
- .mld-tab {
19
+ .mint-tab {
20
20
  padding: 0.4375rem 1rem 0.5625rem;
21
21
  font-size: 0.875rem;
22
22
  font-weight: 500;
@@ -26,66 +26,66 @@
26
26
  cursor: pointer;
27
27
  }
28
28
 
29
- .mld-tab:focus {
29
+ .mint-tab:focus {
30
30
  outline: none;
31
31
  }
32
32
 
33
- .mld-tab:focus-visible {
33
+ .mint-tab:focus-visible {
34
34
  outline: none;
35
35
  box-shadow: var(--focus-ring);
36
36
  }
37
37
 
38
- .mld-tab--disabled {
38
+ .mint-tab--disabled {
39
39
  color: var(--text-muted);
40
40
  cursor: not-allowed;
41
41
  }
42
42
 
43
43
  /* Underline variant */
44
- .mld-tabs--underline .mld-tab {
44
+ .mint-tabs--underline .mint-tab {
45
45
  border-bottom: 2px solid transparent;
46
46
  margin-bottom: -1px;
47
47
  color: var(--text-secondary);
48
48
  }
49
49
 
50
- .mld-tabs--underline .mld-tab:hover:not(.mld-tab--disabled) {
50
+ .mint-tabs--underline .mint-tab:hover:not(.mint-tab--disabled) {
51
51
  color: var(--text-primary);
52
52
  }
53
53
 
54
- .mld-tabs--underline .mld-tab--active {
54
+ .mint-tabs--underline .mint-tab--active {
55
55
  border-bottom-color: var(--color-primary);
56
56
  color: var(--color-primary);
57
57
  }
58
58
 
59
59
  /* Pills variant — visually identical to SegmentedControl card */
60
- .mld-tabs--pills .mld-tab {
60
+ .mint-tabs--pills .mint-tab {
61
61
  border-radius: var(--radius);
62
62
  color: var(--text-muted);
63
63
  background-color: transparent;
64
64
  }
65
65
 
66
- .mld-tabs--pills .mld-tab:hover:not(.mld-tab--disabled):not(.mld-tab--active) {
66
+ .mint-tabs--pills .mint-tab:hover:not(.mint-tab--disabled):not(.mint-tab--active) {
67
67
  color: var(--text-primary);
68
68
  background-color: var(--bg-hover);
69
69
  }
70
70
 
71
- .mld-tabs--pills .mld-tab--active {
71
+ .mint-tabs--pills .mint-tab--active {
72
72
  background-color: var(--bg-card);
73
73
  color: var(--text-primary);
74
74
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
75
75
  }
76
76
 
77
77
  /* Tab content */
78
- .mld-tab__content {
78
+ .mint-tab__content {
79
79
  display: flex;
80
80
  align-items: center;
81
81
  gap: 0.5rem;
82
82
  }
83
83
 
84
- .mld-tab__icon {
84
+ .mint-tab__icon {
85
85
  color: currentColor;
86
86
  }
87
87
 
88
- .mld-tab__badge {
88
+ .mint-tab__badge {
89
89
  margin-left: 0.25rem;
90
90
  padding: 0.125rem 0.375rem;
91
91
  font-size: 0.75rem;
@@ -1,6 +1,6 @@
1
1
  /* TagsInput Component Styles */
2
2
 
3
- .mld-tags-input {
3
+ .mint-tags-input {
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  gap: 0.375rem;
@@ -9,13 +9,13 @@
9
9
 
10
10
  /* ---------- Category switcher (variant="categorized") ---------- */
11
11
 
12
- .mld-tags-input__categories {
12
+ .mint-tags-input__categories {
13
13
  display: flex;
14
14
  flex-wrap: wrap;
15
15
  gap: 0.375rem;
16
16
  }
17
17
 
18
- .mld-tags-input__category {
18
+ .mint-tags-input__category {
19
19
  display: inline-flex;
20
20
  align-items: center;
21
21
  padding: 0.1875rem 0.5rem;
@@ -28,27 +28,27 @@
28
28
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
29
29
  }
30
30
 
31
- .mld-tags-input__category:disabled { cursor: not-allowed; opacity: var(--mint-disabled-opacity); }
31
+ .mint-tags-input__category:disabled { cursor: not-allowed; opacity: var(--mint-disabled-opacity); }
32
32
 
33
33
  /* Inactive (color-muted bg, color-muted text) per variant */
34
- .mld-tags-input__category--primary { color: var(--color-primary-hover); border-color: var(--color-primary-soft); }
35
- .mld-tags-input__category--success { color: var(--mint-success-hover); border-color: var(--mint-success-bg); }
36
- .mld-tags-input__category--warning { color: var(--mint-warning-hover); border-color: var(--mint-warning-bg); }
37
- .mld-tags-input__category--error { color: var(--mint-error-hover); border-color: var(--mint-error-bg); }
38
- .mld-tags-input__category--info { color: var(--color-primary-hover); border-color: var(--mint-info-bg); }
39
- .mld-tags-input__category--neutral { color: var(--text-secondary); border-color: var(--border-color); }
34
+ .mint-tags-input__category--primary { color: var(--color-primary-hover); border-color: var(--color-primary-soft); }
35
+ .mint-tags-input__category--success { color: var(--mint-success-hover); border-color: var(--mint-success-bg); }
36
+ .mint-tags-input__category--warning { color: var(--mint-warning-hover); border-color: var(--mint-warning-bg); }
37
+ .mint-tags-input__category--error { color: var(--mint-error-hover); border-color: var(--mint-error-bg); }
38
+ .mint-tags-input__category--info { color: var(--color-primary-hover); border-color: var(--mint-info-bg); }
39
+ .mint-tags-input__category--neutral { color: var(--text-secondary); border-color: var(--border-color); }
40
40
 
41
41
  /* Active: semantic-tinted bg */
42
- .mld-tags-input__category--active.mld-tags-input__category--primary { background: var(--color-primary-soft); }
43
- .mld-tags-input__category--active.mld-tags-input__category--success { background: var(--mint-success-bg); }
44
- .mld-tags-input__category--active.mld-tags-input__category--warning { background: var(--mint-warning-bg); }
45
- .mld-tags-input__category--active.mld-tags-input__category--error { background: var(--mint-error-bg); }
46
- .mld-tags-input__category--active.mld-tags-input__category--info { background: var(--mint-info-bg); }
47
- .mld-tags-input__category--active.mld-tags-input__category--neutral { background: var(--bg-secondary); }
42
+ .mint-tags-input__category--active.mint-tags-input__category--primary { background: var(--color-primary-soft); }
43
+ .mint-tags-input__category--active.mint-tags-input__category--success { background: var(--mint-success-bg); }
44
+ .mint-tags-input__category--active.mint-tags-input__category--warning { background: var(--mint-warning-bg); }
45
+ .mint-tags-input__category--active.mint-tags-input__category--error { background: var(--mint-error-bg); }
46
+ .mint-tags-input__category--active.mint-tags-input__category--info { background: var(--mint-info-bg); }
47
+ .mint-tags-input__category--active.mint-tags-input__category--neutral { background: var(--bg-secondary); }
48
48
 
49
49
  /* ---------- Field — Clean Bordered DNA ---------- */
50
50
 
51
- .mld-tags-input__field {
51
+ .mint-tags-input__field {
52
52
  position: relative;
53
53
  display: flex;
54
54
  flex-wrap: wrap;
@@ -63,24 +63,24 @@
63
63
  cursor: text;
64
64
  }
65
65
 
66
- .mld-tags-input--sm .mld-tags-input__field { min-height: var(--form-height-sm); }
67
- .mld-tags-input--md .mld-tags-input__field { min-height: var(--form-height-md); }
68
- .mld-tags-input--lg .mld-tags-input__field { min-height: var(--form-height-lg); }
66
+ .mint-tags-input--sm .mint-tags-input__field { min-height: var(--form-height-sm); }
67
+ .mint-tags-input--md .mint-tags-input__field { min-height: var(--form-height-md); }
68
+ .mint-tags-input--lg .mint-tags-input__field { min-height: var(--form-height-lg); }
69
69
 
70
- .mld-tags-input__field:hover { border-color: var(--text-muted); }
71
- .mld-tags-input__field:focus-within {
70
+ .mint-tags-input__field:hover { border-color: var(--text-muted); }
71
+ .mint-tags-input__field:focus-within {
72
72
  border-color: var(--color-primary);
73
73
  box-shadow: var(--focus-ring-soft);
74
74
  }
75
75
 
76
- .mld-tags-input--error .mld-tags-input__field {
76
+ .mint-tags-input--error .mint-tags-input__field {
77
77
  border-color: var(--mint-error);
78
78
  }
79
- .mld-tags-input--error .mld-tags-input__field:focus-within {
79
+ .mint-tags-input--error .mint-tags-input__field:focus-within {
80
80
  box-shadow: var(--focus-ring-soft-error);
81
81
  }
82
82
 
83
- .mld-tags-input--disabled .mld-tags-input__field {
83
+ .mint-tags-input--disabled .mint-tags-input__field {
84
84
  opacity: var(--mint-disabled-opacity);
85
85
  background-color: var(--bg-secondary);
86
86
  cursor: not-allowed;
@@ -88,7 +88,7 @@
88
88
 
89
89
  /* ---------- Tag pill ---------- */
90
90
 
91
- .mld-tags-input__tag {
91
+ .mint-tags-input__tag {
92
92
  display: inline-flex;
93
93
  align-items: center;
94
94
  gap: 0.25rem;
@@ -102,17 +102,17 @@
102
102
  }
103
103
 
104
104
  /* Categorized color variants */
105
- .mld-tags-input__tag--success { background: var(--mint-success-bg); color: var(--mint-success-hover); }
106
- .mld-tags-input__tag--warning { background: var(--mint-warning-bg); color: var(--mint-warning-hover); }
107
- .mld-tags-input__tag--error { background: var(--mint-error-bg); color: var(--mint-error-hover); }
108
- .mld-tags-input__tag--info { background: var(--mint-info-bg); color: var(--color-primary-hover); }
109
- .mld-tags-input__tag--neutral { background: var(--bg-secondary); color: var(--text-secondary); }
105
+ .mint-tags-input__tag--success { background: var(--mint-success-bg); color: var(--mint-success-hover); }
106
+ .mint-tags-input__tag--warning { background: var(--mint-warning-bg); color: var(--mint-warning-hover); }
107
+ .mint-tags-input__tag--error { background: var(--mint-error-bg); color: var(--mint-error-hover); }
108
+ .mint-tags-input__tag--info { background: var(--mint-info-bg); color: var(--color-primary-hover); }
109
+ .mint-tags-input__tag--neutral { background: var(--bg-secondary); color: var(--text-secondary); }
110
110
 
111
- .mld-tags-input__tag--sm { font-size: 0.6875rem; padding: 0.0625rem 0.4375rem; }
112
- .mld-tags-input__tag--md { font-size: 0.75rem; }
113
- .mld-tags-input__tag--lg { font-size: 0.8125rem; padding: 0.1875rem 0.625rem; }
111
+ .mint-tags-input__tag--sm { font-size: 0.6875rem; padding: 0.0625rem 0.4375rem; }
112
+ .mint-tags-input__tag--md { font-size: 0.75rem; }
113
+ .mint-tags-input__tag--lg { font-size: 0.8125rem; padding: 0.1875rem 0.625rem; }
114
114
 
115
- .mld-tags-input__tag-remove {
115
+ .mint-tags-input__tag-remove {
116
116
  display: inline-flex;
117
117
  align-items: center;
118
118
  justify-content: center;
@@ -125,16 +125,16 @@
125
125
  transition: opacity 0.15s ease;
126
126
  }
127
127
 
128
- .mld-tags-input__tag-remove:hover { opacity: 1; }
128
+ .mint-tags-input__tag-remove:hover { opacity: 1; }
129
129
 
130
- .mld-tags-input__tag-remove-icon {
130
+ .mint-tags-input__tag-remove-icon {
131
131
  width: 0.625rem;
132
132
  height: 0.625rem;
133
133
  }
134
134
 
135
135
  /* ---------- Input (grows to fill) ---------- */
136
136
 
137
- .mld-tags-input__input {
137
+ .mint-tags-input__input {
138
138
  flex: 1;
139
139
  min-width: 6rem;
140
140
  background: transparent;
@@ -145,14 +145,14 @@
145
145
  padding: 0.125rem 0;
146
146
  }
147
147
 
148
- .mld-tags-input__input:disabled { cursor: not-allowed; }
148
+ .mint-tags-input__input:disabled { cursor: not-allowed; }
149
149
 
150
- .mld-tags-input--sm .mld-tags-input__input { font-size: 0.8125rem; }
151
- .mld-tags-input--lg .mld-tags-input__input { font-size: 1rem; }
150
+ .mint-tags-input--sm .mint-tags-input__input { font-size: 0.8125rem; }
151
+ .mint-tags-input--lg .mint-tags-input__input { font-size: 1rem; }
152
152
 
153
153
  /* ---------- Autocomplete dropdown ---------- */
154
154
 
155
- .mld-tags-input__dropdown {
155
+ .mint-tags-input__dropdown {
156
156
  position: absolute;
157
157
  top: calc(100% + 4px);
158
158
  left: 0;
@@ -167,7 +167,7 @@
167
167
  padding: 0.25rem;
168
168
  }
169
169
 
170
- .mld-tags-input__dropdown-item {
170
+ .mint-tags-input__dropdown-item {
171
171
  display: flex;
172
172
  justify-content: space-between;
173
173
  align-items: center;
@@ -183,12 +183,12 @@
183
183
  transition: background-color 0.1s ease;
184
184
  }
185
185
 
186
- .mld-tags-input__dropdown-item:hover,
187
- .mld-tags-input__dropdown-item--highlighted {
186
+ .mint-tags-input__dropdown-item:hover,
187
+ .mint-tags-input__dropdown-item--highlighted {
188
188
  background-color: var(--bg-secondary);
189
189
  }
190
190
 
191
- .mld-tags-input__dropdown-count {
191
+ .mint-tags-input__dropdown-count {
192
192
  font-size: 0.6875rem;
193
193
  color: var(--text-muted);
194
194
  font-variant-numeric: tabular-nums;