@surrealdb/ui 1.0.46 → 1.0.47
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/dist/ui.js +2 -0
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -8160,6 +8160,7 @@ function l0(e = {}) {
|
|
|
8160
8160
|
colorScheme: "dark",
|
|
8161
8161
|
bg: "#1B1924",
|
|
8162
8162
|
withBorder: !1,
|
|
8163
|
+
bdrs: 4,
|
|
8163
8164
|
...i,
|
|
8164
8165
|
...e.code
|
|
8165
8166
|
}
|
|
@@ -8172,6 +8173,7 @@ function l0(e = {}) {
|
|
|
8172
8173
|
colorScheme: "dark",
|
|
8173
8174
|
bg: "#1B1924",
|
|
8174
8175
|
withBorder: !1,
|
|
8176
|
+
bdrs: 4,
|
|
8175
8177
|
...i,
|
|
8176
8178
|
...e.code
|
|
8177
8179
|
}
|