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