juxscript 1.1.226 → 1.1.227

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.
@@ -186,22 +186,20 @@ p { line-height: 1.75; color: hsl(var(--foreground)); }
186
186
  flex-direction: column;
187
187
  align-items: flex-start;
188
188
  gap: 0.5rem;
189
- padding: 1rem;
190
- background: hsl(var(--muted) / 0.2);
191
- border: 1px dashed hsl(var(--border));
192
- border-radius: var(--radius);
189
+ padding: 0.5rem;
190
+ background: transparent;
191
+ border: none;
192
+ border-radius: 0;
193
193
  transition: all 0.2s;
194
194
  }
195
195
 
196
196
  .jux-dataframe-upload-area:hover {
197
- background: hsl(var(--muted) / 0.3);
198
- border-color: hsl(var(--muted-foreground) / 0.3);
197
+ background: transparent;
199
198
  }
200
199
 
201
200
  .jux-dataframe-upload-area:has(.jux-fileupload-filelist:not(:empty)) {
202
- background: hsl(var(--success) / 0.05);
203
- border-color: hsl(var(--success) / 0.2);
204
- border-style: solid;
201
+ background: transparent;
202
+ border: none;
205
203
  }
206
204
 
207
205
  .jux-dataframe-upload {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juxscript",
3
- "version": "1.1.226",
3
+ "version": "1.1.227",
4
4
  "type": "module",
5
5
  "description": "A JavaScript UX authorship platform",
6
6
  "main": "index.js",