@nasa-jpl/stellar-svelte 2.0.0-alpha.60 → 2.0.0-alpha.61
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.
|
@@ -10,7 +10,7 @@ export let el = void 0;
|
|
|
10
10
|
|
|
11
11
|
<input
|
|
12
12
|
class={cn(
|
|
13
|
-
'border-input bg-background ring-offset-background placeholder:text-muted-foreground focus-visible:ring-ring flex w-full rounded-md border file:
|
|
13
|
+
'border-input bg-background ring-offset-background placeholder:text-muted-foreground focus-visible:ring-ring flex w-full rounded-md border file:h-full file:leading-none file:border-0 file:bg-transparent file:font-medium focus-visible:outline-none focus-visible:ring-2 disabled:cursor-not-allowed disabled:opacity-50',
|
|
14
14
|
inputVariants.size[sizeVariant],
|
|
15
15
|
className,
|
|
16
16
|
)}
|
package/dist/index.css
CHANGED
|
@@ -2851,6 +2851,10 @@ body {
|
|
|
2851
2851
|
|
|
2852
2852
|
/* */
|
|
2853
2853
|
|
|
2854
|
+
.file\:h-full::file-selector-button {
|
|
2855
|
+
height: 100%;
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2854
2858
|
.file\:border-0::file-selector-button {
|
|
2855
2859
|
border-width: 0px;
|
|
2856
2860
|
}
|
|
@@ -2859,15 +2863,14 @@ body {
|
|
|
2859
2863
|
background-color: transparent;
|
|
2860
2864
|
}
|
|
2861
2865
|
|
|
2862
|
-
.file\:text-sm::file-selector-button {
|
|
2863
|
-
font-size: 0.875rem;
|
|
2864
|
-
line-height: 1.25rem;
|
|
2865
|
-
}
|
|
2866
|
-
|
|
2867
2866
|
.file\:font-medium::file-selector-button {
|
|
2868
2867
|
font-weight: 500;
|
|
2869
2868
|
}
|
|
2870
2869
|
|
|
2870
|
+
.file\:leading-none::file-selector-button {
|
|
2871
|
+
line-height: 1;
|
|
2872
|
+
}
|
|
2873
|
+
|
|
2871
2874
|
.file\:text-foreground::file-selector-button {
|
|
2872
2875
|
--tw-text-opacity: 1;
|
|
2873
2876
|
color: hsl(var(--foreground) / var(--tw-text-opacity, 1));
|
package/package.json
CHANGED
|
@@ -83,6 +83,6 @@
|
|
|
83
83
|
"svelte": "./dist/index.js",
|
|
84
84
|
"type": "module",
|
|
85
85
|
"types": "./dist/index.d.ts",
|
|
86
|
-
"version": "2.0.0-alpha.
|
|
87
|
-
"gitHead": "
|
|
86
|
+
"version": "2.0.0-alpha.61",
|
|
87
|
+
"gitHead": "0f12f8b007b628288b0a13a7f844b95c13cdc169"
|
|
88
88
|
}
|