@surrealdb/ui 1.0.45 → 1.0.46
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 +4 -0
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -8158,6 +8158,8 @@ function l0(e = {}) {
|
|
|
8158
8158
|
lang: O.lang,
|
|
8159
8159
|
title: O.title,
|
|
8160
8160
|
colorScheme: "dark",
|
|
8161
|
+
bg: "#1B1924",
|
|
8162
|
+
withBorder: !1,
|
|
8161
8163
|
...i,
|
|
8162
8164
|
...e.code
|
|
8163
8165
|
}
|
|
@@ -8168,6 +8170,8 @@ function l0(e = {}) {
|
|
|
8168
8170
|
lang: O.lang,
|
|
8169
8171
|
title: O.title,
|
|
8170
8172
|
colorScheme: "dark",
|
|
8173
|
+
bg: "#1B1924",
|
|
8174
|
+
withBorder: !1,
|
|
8171
8175
|
...i,
|
|
8172
8176
|
...e.code
|
|
8173
8177
|
}
|