@morscherlab/mint-sdk 1.1.0-beta.16 → 1.1.0-beta.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css
CHANGED
|
@@ -124,9 +124,7 @@
|
|
|
124
124
|
.mint-button--sm {
|
|
125
125
|
padding: 0.375rem 0.75rem;
|
|
126
126
|
font-size: 0.875rem;
|
|
127
|
-
|
|
128
|
-
keeps the compact label from reading too heavy. Applies to all variants. */
|
|
129
|
-
font-weight: 400;
|
|
127
|
+
font-weight: 500;
|
|
130
128
|
min-height: var(--form-height-sm);
|
|
131
129
|
}
|
|
132
130
|
.mint-button--secondary.mint-button--sm {
|
|
@@ -21922,9 +21920,7 @@ code, pre {
|
|
|
21922
21920
|
.mint-button--sm {
|
|
21923
21921
|
padding: 0.375rem 0.75rem;
|
|
21924
21922
|
font-size: 0.875rem;
|
|
21925
|
-
|
|
21926
|
-
keeps the compact label from reading too heavy. Applies to all variants. */
|
|
21927
|
-
font-weight: 400;
|
|
21923
|
+
font-weight: 500;
|
|
21928
21924
|
min-height: var(--form-height-sm);
|
|
21929
21925
|
}
|
|
21930
21926
|
.mint-button--secondary.mint-button--sm {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@morscherlab/mint-sdk",
|
|
3
|
-
"version": "1.1.0-beta.
|
|
3
|
+
"version": "1.1.0-beta.18",
|
|
4
4
|
"description": "MINT Platform SDK — Vue 3 components, composables, and types for plugin development. MINT = Mass-spec INtegrated Toolkit.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -139,9 +139,7 @@
|
|
|
139
139
|
.mint-button--sm {
|
|
140
140
|
padding: 0.375rem 0.75rem;
|
|
141
141
|
font-size: 0.875rem;
|
|
142
|
-
|
|
143
|
-
keeps the compact label from reading too heavy. Applies to all variants. */
|
|
144
|
-
font-weight: 400;
|
|
142
|
+
font-weight: 500;
|
|
145
143
|
min-height: var(--form-height-sm);
|
|
146
144
|
}
|
|
147
145
|
|