@surrealdb/ui 1.2.4 → 1.2.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/dist/icons.d.ts +22 -0
- package/dist/icons.js +137 -126
- package/dist/icons.js.map +1 -1
- package/dist/ui.css +1 -1
- package/dist/ui.d.ts +22 -0
- package/dist/ui.js +1806 -1793
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
- package/tests/_setup/e2e-helpers.tsx +1 -1
- package/tests/_setup/portable-stories.ts +22 -0
- package/tests/e2e/MarkdownEditor/jsx-inline-click.test.tsx +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -223,6 +223,28 @@ export declare const KeyboardOption: string;
|
|
|
223
223
|
|
|
224
224
|
export declare const KeyboardShift: string;
|
|
225
225
|
|
|
226
|
+
export declare const LangC: string;
|
|
227
|
+
|
|
228
|
+
export declare const LangDotNet: string;
|
|
229
|
+
|
|
230
|
+
export declare const LangGo: string;
|
|
231
|
+
|
|
232
|
+
export declare const LangJava: string;
|
|
233
|
+
|
|
234
|
+
export declare const LangJavaScript: string;
|
|
235
|
+
|
|
236
|
+
export declare const LangKotlin: string;
|
|
237
|
+
|
|
238
|
+
export declare const LangMojo: string;
|
|
239
|
+
|
|
240
|
+
export declare const LangPHP: string;
|
|
241
|
+
|
|
242
|
+
export declare const LangPython: string;
|
|
243
|
+
|
|
244
|
+
export declare const LangRust: string;
|
|
245
|
+
|
|
246
|
+
export declare const LangSwift: string;
|
|
247
|
+
|
|
226
248
|
export declare const List: string;
|
|
227
249
|
|
|
228
250
|
export declare const Live: string;
|