@surrealdb/ui 1.0.7 → 1.0.9
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/assets/0115ccaa121f557d.svg +3 -0
- package/dist/ui.d.ts +4 -0
- package/dist/ui.js +857 -851
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="118" height="104" viewBox="0 0 118 104" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M25.5771 6.99325C39.105 17.1492 53.6558 37.7411 58.9981 48.7919C64.3409 37.7419 78.8909 17.149 92.4192 6.99325C102.18 -0.334844 117.996 -6.00491 117.996 12.0375C117.996 15.6409 115.93 42.3073 114.718 46.6365C110.506 61.6878 95.1585 65.5267 81.5065 63.2032C105.37 67.2646 111.441 80.7177 98.3303 94.1707C73.4314 119.721 62.5433 87.7602 59.7521 79.5707C59.2406 78.0694 59.0013 77.367 58.9978 77.9643C58.9943 77.367 58.755 78.0694 58.2435 79.5707C55.4535 87.7602 44.5657 119.722 19.6653 94.1707C6.55482 80.7177 12.6253 67.2638 36.4891 63.2032C22.8367 65.5267 7.48881 61.6877 3.27761 46.6365C2.06589 42.3069 0 15.6404 0 12.0375C0 -6.00491 15.8158 -0.334844 25.5764 6.99325H25.5771Z" fill="#1185FE"/>
|
|
3
|
+
</svg>
|
package/dist/ui.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ export declare const brandAstro: string;
|
|
|
36
36
|
|
|
37
37
|
export declare const brandAWS: string;
|
|
38
38
|
|
|
39
|
+
export declare const brandBluesky: string;
|
|
40
|
+
|
|
39
41
|
export declare const brandC: string;
|
|
40
42
|
|
|
41
43
|
export declare const brandCamelAI: string;
|
|
@@ -231,6 +233,8 @@ export declare const iconBook: string;
|
|
|
231
233
|
|
|
232
234
|
export declare const iconBraces: string;
|
|
233
235
|
|
|
236
|
+
export declare const iconBrandBluesky: string;
|
|
237
|
+
|
|
234
238
|
export declare const iconBrandDev: string;
|
|
235
239
|
|
|
236
240
|
export declare const iconBrandDiscord: string;
|