@trebired/frontend 7.0.5 → 7.0.6

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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable package changes are documented here.
4
4
 
5
+ ## 7.0.6
6
+
7
+ - Fixed the upload stylesheet fallback so non-drop upload fields use solid borders even without app token overrides.
8
+
5
9
  ## 7.0.5
6
10
 
7
11
  - Made upload fields use a solid border unless drag-and-drop is enabled.
@@ -18,7 +18,7 @@
18
18
  padding: var(--tbf-primitives-upload-surface-padding, var(--tbf-gap-md, 12px));
19
19
  border: var(
20
20
  --tbf-primitives-upload-surface-border,
21
- var(--tbf-border-width, 1px) dashed var(--tbf-border, #000)
21
+ var(--tbf-border-width, 1px) solid var(--tbf-border, #000)
22
22
  );
23
23
  border-radius: var(--tbf-primitives-upload-surface-radius, var(--tbf-radius, 0));
24
24
  color: var(--tbf-primitives-upload-surface-color, var(--tbf-text, #000));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trebired/frontend",
3
- "version": "7.0.5",
3
+ "version": "7.0.6",
4
4
  "description": "Generic browser runtime systems for Trebired frontend packages and applications.",
5
5
  "type": "module",
6
6
  "private": false,