windmill-components 1.60.1 → 1.60.2

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.
@@ -0,0 +1,13 @@
1
+ <script>export let height = '24px';
2
+ export let width = '24px';
3
+ </script>
4
+
5
+ <svg {width} {height} viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg">
6
+ <path d="M84.1501 44.6726L123.672 66.5598V57.7846L84.1501 35.9483C78.2718 39.2008 49.8625 54.9047 44.6279 57.7846C49.4898 60.4781 100.549 88.684 131.584 105.828V114.569C127.365 116.907 84.1501 140.776 84.1501 140.776C72.3256 134.254 48.5242 121.108 36.7167 114.569V88.3622L84.1501 114.569L92.0613 110.198L28.8055 75.2672V118.957L84.1501 149.517C89.605 146.502 135.446 121.176 139.478 118.94V101.474L60.4334 57.7846L84.1501 44.6726ZM28.8055 49.0433V66.5259L107.85 110.215L84.1332 123.327L44.611 101.44V110.215L84.1332 132.052C90.0115 128.799 118.421 113.095 123.655 110.215C118.793 107.522 67.7517 79.316 36.7167 62.1552V53.4139C40.9349 51.0761 84.1501 27.207 84.1501 27.207C95.9576 33.746 119.759 46.8918 131.584 53.4139V79.6209L84.1501 53.4139L76.2389 57.7846L139.478 92.7328V49.0433L84.1501 18.4657C78.6783 21.498 32.8543 46.8241 28.8055 49.0433ZM84.1501 1L13 40.3189V127.681L84.1501 167L155.3 127.698V40.3189L84.1501 1ZM147.372 123.31L84.1501 158.259L20.9112 123.31V44.6896L84.1501 9.7413L147.389 44.6896L147.372 123.31Z" fill="url(#paint0_linear_215_188)"/>
7
+ <defs>
8
+ <linearGradient id="paint0_linear_215_188" x1="47.4481" y1="20.4303" x2="120.859" y2="147.582" gradientUnits="userSpaceOnUse">
9
+ <stop stop-color="#FF00A0"/>
10
+ <stop offset="1" stop-color="#9600FF"/>
11
+ </linearGradient>
12
+ </defs>
13
+ </svg>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ declare const __propDef: {
3
+ props: {
4
+ height?: string | undefined;
5
+ width?: string | undefined;
6
+ };
7
+ events: {
8
+ [evt: string]: CustomEvent<any>;
9
+ };
10
+ slots: {};
11
+ };
12
+ export type SurrealdbIconProps = typeof __propDef.props;
13
+ export type SurrealdbIconEvents = typeof __propDef.events;
14
+ export type SurrealdbIconSlots = typeof __propDef.slots;
15
+ export default class SurrealdbIcon extends SvelteComponentTyped<SurrealdbIconProps, SurrealdbIconEvents, SurrealdbIconSlots> {
16
+ }
17
+ export {};
@@ -44,6 +44,7 @@ import RedditIcon from './RedditIcon.svelte';
44
44
  import SupabaseIcon from './SupabaseIcon.svelte';
45
45
  import WebdavIcon from './WebdavIcon.svelte';
46
46
  import ZammadIcon from './ZammadIcon.svelte';
47
+ import SurrealdbIcon from './SurrealdbIcon.svelte';
47
48
  export declare const APP_TO_ICON_COMPONENT: {
48
49
  readonly postgresql: typeof PostgresIcon;
49
50
  readonly mysql: typeof Mysql;
@@ -94,5 +95,6 @@ export declare const APP_TO_ICON_COMPONENT: {
94
95
  readonly webdav: typeof WebdavIcon;
95
96
  readonly zammad: typeof ZammadIcon;
96
97
  readonly nextcloud: typeof NextcloudIcon;
98
+ readonly surrealdb: typeof SurrealdbIcon;
97
99
  };
98
- export { AirtableIcon, DbIcon, DiscordIcon, GcalIcon, GCloudIcon, GdriveIcon, GithubIcon, GitlabIcon, GmailIcon, GSheetsIcon, HttpIcon, Mail, MastodonIcon, MatrixIcon, Mysql, PostgresIcon, S3Icon, Slack, TogglIcon, WindmillIcon, MailchimpIcon, SendgridIcon, LinkedinIcon, HubspotIcon, TelegramIcon, StripeIcon, DatadogIcon, FunkwhaleIcon, GdocsIcon, FaunadbIcon, ClickhouseIcon, OpenaiIcon, AwsIcon, BcryptIcon, GoogleIcon, HackernewsIcon, MongodbIcon, RedditIcon, SupabaseIcon, WebdavIcon, ZammadIcon, NextcloudIcon, SendflakeIcon, };
100
+ export { AirtableIcon, DbIcon, DiscordIcon, GcalIcon, GCloudIcon, GdriveIcon, GithubIcon, GitlabIcon, GmailIcon, GSheetsIcon, HttpIcon, Mail, MastodonIcon, MatrixIcon, Mysql, PostgresIcon, S3Icon, Slack, TogglIcon, WindmillIcon, MailchimpIcon, SendgridIcon, LinkedinIcon, HubspotIcon, TelegramIcon, StripeIcon, DatadogIcon, FunkwhaleIcon, GdocsIcon, FaunadbIcon, ClickhouseIcon, OpenaiIcon, AwsIcon, BcryptIcon, GoogleIcon, HackernewsIcon, MongodbIcon, RedditIcon, SupabaseIcon, WebdavIcon, ZammadIcon, NextcloudIcon, SendflakeIcon, SurrealdbIcon, };
@@ -44,6 +44,7 @@ import RedditIcon from './RedditIcon.svelte';
44
44
  import SupabaseIcon from './SupabaseIcon.svelte';
45
45
  import WebdavIcon from './WebdavIcon.svelte';
46
46
  import ZammadIcon from './ZammadIcon.svelte';
47
+ import SurrealdbIcon from './SurrealdbIcon.svelte';
47
48
  export const APP_TO_ICON_COMPONENT = {
48
49
  postgresql: PostgresIcon,
49
50
  mysql: Mysql,
@@ -94,5 +95,6 @@ export const APP_TO_ICON_COMPONENT = {
94
95
  webdav: WebdavIcon,
95
96
  zammad: ZammadIcon,
96
97
  nextcloud: NextcloudIcon,
98
+ surrealdb: SurrealdbIcon,
97
99
  };
98
- export { AirtableIcon, DbIcon, DiscordIcon, GcalIcon, GCloudIcon, GdriveIcon, GithubIcon, GitlabIcon, GmailIcon, GSheetsIcon, HttpIcon, Mail, MastodonIcon, MatrixIcon, Mysql, PostgresIcon, S3Icon, Slack, TogglIcon, WindmillIcon, MailchimpIcon, SendgridIcon, LinkedinIcon, HubspotIcon, TelegramIcon, StripeIcon, DatadogIcon, FunkwhaleIcon, GdocsIcon, FaunadbIcon, ClickhouseIcon, OpenaiIcon, AwsIcon, BcryptIcon, GoogleIcon, HackernewsIcon, MongodbIcon, RedditIcon, SupabaseIcon, WebdavIcon, ZammadIcon, NextcloudIcon, SendflakeIcon, };
100
+ export { AirtableIcon, DbIcon, DiscordIcon, GcalIcon, GCloudIcon, GdriveIcon, GithubIcon, GitlabIcon, GmailIcon, GSheetsIcon, HttpIcon, Mail, MastodonIcon, MatrixIcon, Mysql, PostgresIcon, S3Icon, Slack, TogglIcon, WindmillIcon, MailchimpIcon, SendgridIcon, LinkedinIcon, HubspotIcon, TelegramIcon, StripeIcon, DatadogIcon, FunkwhaleIcon, GdocsIcon, FaunadbIcon, ClickhouseIcon, OpenaiIcon, AwsIcon, BcryptIcon, GoogleIcon, HackernewsIcon, MongodbIcon, RedditIcon, SupabaseIcon, WebdavIcon, ZammadIcon, NextcloudIcon, SendflakeIcon, SurrealdbIcon, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-components",
3
- "version": "1.60.1",
3
+ "version": "1.60.2",
4
4
  "devDependencies": {
5
5
  "@playwright/test": "^1.29.2",
6
6
  "@sveltejs/adapter-static": "^1.0.0",
@@ -388,6 +388,7 @@
388
388
  "./components/icons/Slack.svelte": "./components/icons/Slack.svelte",
389
389
  "./components/icons/StripeIcon.svelte": "./components/icons/StripeIcon.svelte",
390
390
  "./components/icons/SupabaseIcon.svelte": "./components/icons/SupabaseIcon.svelte",
391
+ "./components/icons/SurrealdbIcon.svelte": "./components/icons/SurrealdbIcon.svelte",
391
392
  "./components/icons/TelegramIcon.svelte": "./components/icons/TelegramIcon.svelte",
392
393
  "./components/icons/TogglIcon.svelte": "./components/icons/TogglIcon.svelte",
393
394
  "./components/icons/WebdavIcon.svelte": "./components/icons/WebdavIcon.svelte",