@nasa-jpl/stellar-svelte 2.0.0-alpha.60 → 2.0.0-alpha.64
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
|
@@ -2116,6 +2116,10 @@ body {
|
|
|
2116
2116
|
padding: 0.25rem;
|
|
2117
2117
|
}
|
|
2118
2118
|
|
|
2119
|
+
.p-1\.5 {
|
|
2120
|
+
padding: 0.375rem;
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2119
2123
|
.p-10 {
|
|
2120
2124
|
padding: 2.5rem;
|
|
2121
2125
|
}
|
|
@@ -2851,6 +2855,10 @@ body {
|
|
|
2851
2855
|
|
|
2852
2856
|
/* */
|
|
2853
2857
|
|
|
2858
|
+
.file\:h-full::file-selector-button {
|
|
2859
|
+
height: 100%;
|
|
2860
|
+
}
|
|
2861
|
+
|
|
2854
2862
|
.file\:border-0::file-selector-button {
|
|
2855
2863
|
border-width: 0px;
|
|
2856
2864
|
}
|
|
@@ -2859,15 +2867,14 @@ body {
|
|
|
2859
2867
|
background-color: transparent;
|
|
2860
2868
|
}
|
|
2861
2869
|
|
|
2862
|
-
.file\:text-sm::file-selector-button {
|
|
2863
|
-
font-size: 0.875rem;
|
|
2864
|
-
line-height: 1.25rem;
|
|
2865
|
-
}
|
|
2866
|
-
|
|
2867
2870
|
.file\:font-medium::file-selector-button {
|
|
2868
2871
|
font-weight: 500;
|
|
2869
2872
|
}
|
|
2870
2873
|
|
|
2874
|
+
.file\:leading-none::file-selector-button {
|
|
2875
|
+
line-height: 1;
|
|
2876
|
+
}
|
|
2877
|
+
|
|
2871
2878
|
.file\:text-foreground::file-selector-button {
|
|
2872
2879
|
--tw-text-opacity: 1;
|
|
2873
2880
|
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.64",
|
|
87
|
+
"gitHead": "2bc52c092c99afb51473f74b85d095be8bac748f"
|
|
88
88
|
}
|