@budibase/bbui 3.11.0 → 3.11.2

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/bbui",
3
3
  "description": "A UI solution used in the different Budibase projects.",
4
- "version": "3.11.0",
4
+ "version": "3.11.2",
5
5
  "license": "MPL-2.0",
6
6
  "svelte": "src/index.ts",
7
7
  "module": "dist/bbui.mjs",
@@ -99,5 +99,5 @@
99
99
  }
100
100
  }
101
101
  },
102
- "gitHead": "62fbc7d8a5e3fad97a9ff500f3c67dd6719c421b"
102
+ "gitHead": "4c2f13e1b36fa559124df22462d83d2b4d1e7e9d"
103
103
  }
package/src/bbui.css CHANGED
@@ -64,9 +64,9 @@
64
64
  --rounded-medium: 8px;
65
65
  --rounded-large: 16px;
66
66
 
67
- --font-sans: "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI,
67
+ --font-sans: "Source Sans 3", -apple-system, BlinkMacSystemFont, Segoe UI,
68
68
  "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
69
- --font-accent: "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI,
69
+ --font-accent: "Source Sans 3", -apple-system, BlinkMacSystemFont, Segoe UI,
70
70
  "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
71
71
  --font-serif: "Georgia", Cambria, Times New Roman, Times, serif;
72
72
  --font-mono: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",