create-qwik 0.0.109-0 → 0.0.109

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.
Files changed (95) hide show
  1. package/index.cjs +63 -67
  2. package/package.json +1 -1
  3. package/starters/apps/base/README.md +46 -11
  4. package/starters/apps/base/package.json +8 -8
  5. package/starters/apps/base/public/favicon.svg +1 -0
  6. package/starters/apps/{qwik-city → base}/src/routes/service-worker.ts +0 -1
  7. package/starters/apps/base/vite.config.ts +3 -1
  8. package/starters/apps/blank/package.json +3 -1
  9. package/starters/apps/blank/src/components/header/header.css +37 -0
  10. package/starters/apps/blank/src/components/header/header.tsx +34 -0
  11. package/starters/apps/blank/src/components/icons/qwik.tsx +32 -0
  12. package/starters/apps/blank/src/components/router-head/router-head.tsx +43 -0
  13. package/starters/apps/blank/src/global.css +70 -3
  14. package/starters/apps/blank/src/root.tsx +17 -9
  15. package/starters/apps/blank/src/routes/index.tsx +81 -0
  16. package/starters/apps/{qwik-city → blank}/src/routes/layout.tsx +4 -6
  17. package/starters/apps/documentation-site/package.json +9 -0
  18. package/starters/apps/{qwik-city → documentation-site}/src/components/breadcrumbs/breadcrumbs.css +0 -0
  19. package/starters/apps/{qwik-city → documentation-site}/src/components/breadcrumbs/breadcrumbs.tsx +0 -0
  20. package/starters/apps/{qwik-city → documentation-site}/src/components/footer/footer.css +1 -1
  21. package/starters/apps/{qwik-city → documentation-site}/src/components/footer/footer.tsx +13 -6
  22. package/starters/apps/documentation-site/src/components/header/header.css +34 -0
  23. package/starters/apps/documentation-site/src/components/header/header.tsx +26 -0
  24. package/starters/apps/documentation-site/src/components/icons/qwik.tsx +20 -0
  25. package/starters/apps/{qwik-city → documentation-site}/src/components/menu/menu.css +0 -0
  26. package/starters/apps/{qwik-city → documentation-site}/src/components/menu/menu.tsx +1 -1
  27. package/starters/apps/documentation-site/src/components/on-this-page/on-this-page.css +33 -0
  28. package/starters/apps/documentation-site/src/components/on-this-page/on-this-page.tsx +62 -0
  29. package/starters/apps/documentation-site/src/components/router-head/router-head.tsx +43 -0
  30. package/starters/apps/documentation-site/src/global.css +66 -0
  31. package/starters/apps/documentation-site/src/root.tsx +26 -0
  32. package/starters/apps/documentation-site/src/routes/about-us/index.md +15 -0
  33. package/starters/apps/documentation-site/src/routes/docs/advanced/index.md +11 -0
  34. package/starters/apps/documentation-site/src/routes/docs/docs.css +22 -0
  35. package/starters/apps/documentation-site/src/routes/docs/getting-started/index.md +13 -0
  36. package/starters/apps/documentation-site/src/routes/docs/index.md +22 -0
  37. package/starters/apps/documentation-site/src/routes/docs/layout.tsx +25 -0
  38. package/starters/apps/documentation-site/src/routes/docs/menu.md +21 -0
  39. package/starters/apps/documentation-site/src/routes/index.tsx +89 -0
  40. package/starters/apps/documentation-site/src/routes/layout.tsx +15 -0
  41. package/starters/apps/library/package.json +1 -0
  42. package/starters/apps/base/public/favicon.ico +0 -0
  43. package/starters/apps/base/public/favicons/android-chrome-192x192.png +0 -0
  44. package/starters/apps/base/public/favicons/apple-touch-icon.png +0 -0
  45. package/starters/apps/base/public/favicons/favicon-16x16.png +0 -0
  46. package/starters/apps/base/public/favicons/favicon-32x32.png +0 -0
  47. package/starters/apps/base/public/favicons/favicon.svg +0 -13
  48. package/starters/apps/base/src/root.tsx +0 -14
  49. package/starters/apps/blank/dist/q-manifest.json +0 -105
  50. package/starters/apps/blank/src/components/app/app.tsx +0 -54
  51. package/starters/apps/blank/src/components/logo/logo.tsx +0 -16
  52. package/starters/apps/blank/src/entry.preview.tsx +0 -18
  53. package/starters/apps/blank/src/entry.ssr.tsx +0 -15
  54. package/starters/apps/qwik-city/dist/favicons/android-chrome-192x192.png +0 -0
  55. package/starters/apps/qwik-city/dist/favicons/android-chrome-256x256.png +0 -0
  56. package/starters/apps/qwik-city/dist/favicons/apple-touch-icon.png +0 -0
  57. package/starters/apps/qwik-city/dist/favicons/favicon.svg +0 -1
  58. package/starters/apps/qwik-city/dist/logos/qwik-logo.svg +0 -1
  59. package/starters/apps/qwik-city/dist/logos/qwik.svg +0 -1
  60. package/starters/apps/qwik-city/dist/q-manifest.json +0 -904
  61. package/starters/apps/qwik-city/dist/service-worker.js +0 -167
  62. package/starters/apps/qwik-city/package.json +0 -8
  63. package/starters/apps/qwik-city/src/components/counter/counter.tsx +0 -19
  64. package/starters/apps/qwik-city/src/components/head/analytics.tsx +0 -13
  65. package/starters/apps/qwik-city/src/components/head/head.tsx +0 -34
  66. package/starters/apps/qwik-city/src/components/head/social.tsx +0 -10
  67. package/starters/apps/qwik-city/src/components/header/header.css +0 -46
  68. package/starters/apps/qwik-city/src/components/header/header.tsx +0 -36
  69. package/starters/apps/qwik-city/src/entry.ssr.tsx +0 -17
  70. package/starters/apps/qwik-city/src/global.css +0 -24
  71. package/starters/apps/qwik-city/src/root.tsx +0 -16
  72. package/starters/apps/qwik-city/src/routes/about-us/index.tsx +0 -17
  73. package/starters/apps/qwik-city/src/routes/api/[org]/[user].json/index.ts +0 -15
  74. package/starters/apps/qwik-city/src/routes/api/api.css +0 -14
  75. package/starters/apps/qwik-city/src/routes/api/data.json/index.ts +0 -9
  76. package/starters/apps/qwik-city/src/routes/api/index@api.tsx +0 -34
  77. package/starters/apps/qwik-city/src/routes/api/layout-api.tsx +0 -37
  78. package/starters/apps/qwik-city/src/routes/blog/[...slug]/index.tsx +0 -36
  79. package/starters/apps/qwik-city/src/routes/blog/index.md +0 -7
  80. package/starters/apps/qwik-city/src/routes/blog/layout.tsx +0 -21
  81. package/starters/apps/qwik-city/src/routes/dashboard/dashboard.css +0 -14
  82. package/starters/apps/qwik-city/src/routes/dashboard/index.tsx +0 -15
  83. package/starters/apps/qwik-city/src/routes/dashboard/layout!.tsx +0 -44
  84. package/starters/apps/qwik-city/src/routes/dashboard/profile/index.tsx +0 -15
  85. package/starters/apps/qwik-city/src/routes/dashboard/settings/index.tsx +0 -15
  86. package/starters/apps/qwik-city/src/routes/docs/[category]/[id]/index.tsx +0 -23
  87. package/starters/apps/qwik-city/src/routes/docs/docs.css +0 -10
  88. package/starters/apps/qwik-city/src/routes/docs/getting-started/index.md +0 -44
  89. package/starters/apps/qwik-city/src/routes/docs/index.tsx +0 -14
  90. package/starters/apps/qwik-city/src/routes/docs/layout!.tsx +0 -31
  91. package/starters/apps/qwik-city/src/routes/docs/menu.md +0 -11
  92. package/starters/apps/qwik-city/src/routes/docs/overview/index.md +0 -7
  93. package/starters/apps/qwik-city/src/routes/index.tsx +0 -16
  94. package/starters/apps/qwik-city/src/routes/products/[id]/index.tsx +0 -123
  95. package/starters/apps/qwik-city/vite.config.ts +0 -10
@@ -1,54 +0,0 @@
1
- import { useStore, component$ } from '@builder.io/qwik';
2
- import { Logo } from '../logo/logo';
3
-
4
- export const App = component$(() => {
5
- const state = useStore({ name: 'World' });
6
- return (
7
- <div class="my-app p-20">
8
- <Logo />
9
-
10
- <h1 class="text-3xl mb-2">Congratulations Qwik is working!</h1>
11
-
12
- <h2 class="text-2xl my-1">Next steps:</h2>
13
- <ol class="list-decimal list-inside ml-10">
14
- <li>
15
- Open dev-tools network tab and notice that no JavaScript was downloaded to render this
16
- page. (Zero JavaScript no matter the size of your app.)
17
- </li>
18
- <li>
19
- Try interacting with this component by changing{' '}
20
- <input
21
- value={state.name}
22
- class="border-2 border-solid border-blue-500"
23
- placeholder="Write some text"
24
- onInput$={(event) => {
25
- const input = event.target as HTMLInputElement;
26
- state.name = input.value;
27
- }}
28
- ></input>
29
- .
30
- </li>
31
- <li>
32
- Observe that the binding changes: <code>Hello {state.name}!</code>
33
- </li>
34
- <li>
35
- Notice that Qwik automatically lazily-loaded and resumed the component upon interaction
36
- without the developer having to code that behavior. (Lazy hydration is what gives even
37
- large apps instant on behavior.)
38
- </li>
39
- <li>
40
- Read the docs <a href="https://github.com/builderio/qwik">here</a>.
41
- </li>
42
- <li>Replace the content of this component with your code.</li>
43
- <li>Build amazing web-sites with unbeatable startup performance.</li>
44
- </ol>
45
- <hr class="mt-10" />
46
- <p class="text-center text-sm mt-2">
47
- Made with ❤️ by{' '}
48
- <a target="_blank" href="https://www.builder.io/">
49
- Builder.io
50
- </a>
51
- </p>
52
- </div>
53
- );
54
- });
@@ -1,16 +0,0 @@
1
- import { component$ } from '@builder.io/qwik';
2
-
3
- export const Logo = component$(() => {
4
- return (
5
- <div style={{ 'text-align': 'center' }}>
6
- <a href="https://qwik.builder.io/">
7
- <img
8
- alt="Qwik Logo"
9
- width={400}
10
- height={147}
11
- src="https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F667ab6c2283d4c4d878fb9083aacc10f"
12
- />
13
- </a>
14
- </div>
15
- );
16
- });
@@ -1,18 +0,0 @@
1
- import type { IncomingMessage, ServerResponse } from 'http';
2
- import render from './entry.ssr';
3
-
4
- // Create the Qwik ssr preview middleware
5
- // Imported by vite preview
6
- export default async function (req: IncomingMessage, res: ServerResponse, next: (e?: any) => void) {
7
- try {
8
- await render({
9
- stream: res,
10
- envData: {
11
- url: `http://${req.headers.host}${req.url}`,
12
- },
13
- });
14
- res.end();
15
- } catch (e) {
16
- next(e);
17
- }
18
- }
@@ -1,15 +0,0 @@
1
- import { renderToStream, RenderToStreamOptions } from '@builder.io/qwik/server';
2
- import { manifest } from '@qwik-client-manifest';
3
- import Root from './root';
4
-
5
- /**
6
- * Server-Side Render method to be called by a server.
7
- */
8
- export default function (opts: RenderToStreamOptions) {
9
- // Render the Root component to a string
10
- // Pass in the manifest that was generated from the client build
11
- return renderToStream(<Root />, {
12
- manifest,
13
- ...opts,
14
- });
15
- }
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 120 126" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m78.457 103.898 10.263-6.147 20.107-35.456-31.115 36.34.745 5.263Z" fill="url(#a)"/><path d="m105.901 40.086-2.009-3.834-.788-1.494-.082.08-10.53-19.176c-2.642-4.844-7.68-7.87-13.236-7.934l-10.227.084L83.8 54.114l-9.772 9.516 3.64 35.177 30.088-34.27c4.081-4.726 4.882-11.457 2.007-16.986l-3.861-7.465Z" fill="url(#b)"/><path d="M89.087 36.761 71.475 7.84 41.08 7.291c-5.403-.062-10.434 2.68-13.269 7.288L9.72 48.734l31.886-38.036 39.928 45.744 7.464-7.597c3.425-3.321 2.26-7.977.09-12.083Z" fill="url(#c)"/><path d="m46.942 46.144-5.409-35.267-29.835 35.905C6.67 51.65 5.622 59.288 9.08 65.336l17.53 30.479c2.673 4.676 7.65 7.577 13.062 7.639l17.516.2-20.983-47.58 10.737-9.93Z" fill="url(#d)"/><path d="m77.713 98.612-41.54-42.776-5.382 5.135c-4.41 4.18-4.53 11.148-.297 15.467l17.942 27.076 28.816.37.46-5.272Z" fill="url(#e)"/><path d="m48.492 103.508 29.486-4.731 19.457 20.175-48.943-15.444Z" fill="url(#f)"/><path d="m77.666 98.85 11.081-1.41 9.828 20.359c.432.84-.701 1.622-1.376.939L77.666 98.85Z" fill="url(#g)"/><path d="m81.58 56.258-39.982-45.46 5.099 35.06-10.614 9.879 41.51 42.978-3.098-35.038 7.085-7.42Z" fill="#fff"/><defs><linearGradient id="a" x1="77.887" y1="82.907" x2="108.576" y2="83.258" gradientUnits="userSpaceOnUse"><stop stop-color="#4340C4"/><stop offset=".118" stop-color="#4642C8"/><stop offset="1" stop-color="#594EE4"/></linearGradient><linearGradient id="b" x1="68.506" y1="53.126" x2="111.514" y2="53.618" gradientUnits="userSpaceOnUse"><stop stop-color="#4340C4"/><stop offset=".74" stop-color="#534ADB"/><stop offset="1" stop-color="#594EE4"/></linearGradient><linearGradient id="c" x1="9.915" y1="31.234" x2="91.26" y2="32.165" gradientUnits="userSpaceOnUse"><stop offset=".225" stop-color="#4340C4"/><stop offset=".598" stop-color="#4F48D5"/><stop offset="1" stop-color="#594EE4"/></linearGradient><linearGradient id="d" x1="7.054" y1="56.764" x2="57.7" y2="57.344" gradientUnits="userSpaceOnUse"><stop stop-color="#0080FF"/><stop offset="1" stop-color="#00B9FF"/></linearGradient><linearGradient id="e" x1="27.277" y1="79.526" x2="77.92" y2="80.106" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0080FF"/><stop offset=".172" stop-color="#008BFF"/><stop offset=".473" stop-color="#00A7FF"/><stop offset=".629" stop-color="#00B9FF"/></linearGradient><linearGradient id="f" x1="48.431" y1="108.422" x2="97.545" y2="108.984" gradientUnits="userSpaceOnUse"><stop stop-color="#00B9FF"/><stop offset=".298" stop-color="#0080FF"/><stop offset=".601" stop-color="#2D67F1"/><stop offset=".858" stop-color="#4D55E8"/><stop offset="1" stop-color="#594EE4"/></linearGradient><linearGradient id="g" x1="78.113" y1="108.259" x2="99.089" y2="108.499" gradientUnits="userSpaceOnUse"><stop stop-color="#4340C4"/><stop offset=".118" stop-color="#4642C8"/><stop offset="1" stop-color="#594EE4"/></linearGradient></defs></svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 120 126" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m78.457 103.898 10.263-6.147 20.107-35.456-31.115 36.34.745 5.263Z" fill="url(#a)"/><path d="m105.901 40.086-2.009-3.834-.788-1.494-.082.08-10.53-19.176c-2.642-4.844-7.68-7.87-13.236-7.934l-10.227.084L83.8 54.114l-9.772 9.516 3.64 35.177 30.088-34.27c4.081-4.726 4.882-11.457 2.007-16.986l-3.861-7.465Z" fill="url(#b)"/><path d="M89.087 36.761 71.475 7.84 41.08 7.291c-5.403-.062-10.434 2.68-13.269 7.288L9.72 48.734l31.886-38.036 39.928 45.744 7.464-7.597c3.425-3.321 2.26-7.977.09-12.083Z" fill="url(#c)"/><path d="m46.942 46.144-5.409-35.267-29.835 35.905C6.67 51.65 5.622 59.288 9.08 65.336l17.53 30.479c2.673 4.676 7.65 7.577 13.062 7.639l17.516.2-20.983-47.58 10.737-9.93Z" fill="url(#d)"/><path d="m77.713 98.612-41.54-42.776-5.382 5.135c-4.41 4.18-4.53 11.148-.297 15.467l17.942 27.076 28.816.37.46-5.272Z" fill="url(#e)"/><path d="m48.492 103.508 29.486-4.731 19.457 20.175-48.943-15.444Z" fill="url(#f)"/><path d="m77.666 98.85 11.081-1.41 9.828 20.359c.432.84-.701 1.622-1.376.939L77.666 98.85Z" fill="url(#g)"/><path d="m81.58 56.258-39.982-45.46 5.099 35.06-10.614 9.879 41.51 42.978-3.098-35.038 7.085-7.42Z" fill="#fff"/><defs><linearGradient id="a" x1="77.887" y1="82.907" x2="108.576" y2="83.258" gradientUnits="userSpaceOnUse"><stop stop-color="#4340C4"/><stop offset=".118" stop-color="#4642C8"/><stop offset="1" stop-color="#594EE4"/></linearGradient><linearGradient id="b" x1="68.506" y1="53.126" x2="111.514" y2="53.618" gradientUnits="userSpaceOnUse"><stop stop-color="#4340C4"/><stop offset=".74" stop-color="#534ADB"/><stop offset="1" stop-color="#594EE4"/></linearGradient><linearGradient id="c" x1="9.915" y1="31.234" x2="91.26" y2="32.165" gradientUnits="userSpaceOnUse"><stop offset=".225" stop-color="#4340C4"/><stop offset=".598" stop-color="#4F48D5"/><stop offset="1" stop-color="#594EE4"/></linearGradient><linearGradient id="d" x1="7.054" y1="56.764" x2="57.7" y2="57.344" gradientUnits="userSpaceOnUse"><stop stop-color="#0080FF"/><stop offset="1" stop-color="#00B9FF"/></linearGradient><linearGradient id="e" x1="27.277" y1="79.526" x2="77.92" y2="80.106" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0080FF"/><stop offset=".172" stop-color="#008BFF"/><stop offset=".473" stop-color="#00A7FF"/><stop offset=".629" stop-color="#00B9FF"/></linearGradient><linearGradient id="f" x1="48.431" y1="108.422" x2="97.545" y2="108.984" gradientUnits="userSpaceOnUse"><stop stop-color="#00B9FF"/><stop offset=".298" stop-color="#0080FF"/><stop offset=".601" stop-color="#2D67F1"/><stop offset=".858" stop-color="#4D55E8"/><stop offset="1" stop-color="#594EE4"/></linearGradient><linearGradient id="g" x1="78.113" y1="108.259" x2="99.089" y2="108.499" gradientUnits="userSpaceOnUse"><stop stop-color="#4340C4"/><stop offset=".118" stop-color="#4642C8"/><stop offset="1" stop-color="#594EE4"/></linearGradient></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 106 49"><path fill="#fff" d="m30.1 29.65 4.89 10.87a1.52 1.52 0 0 1-.31 1.71 1.59 1.59 0 0 1-1.71.37L17.8 37.71l12.3-8.06Z"/><path fill="#fff" d="m16.66 37.74 10.79-.1a6.08 6.08 0 0 0 5.24-3.1l5.3-9.4a6.08 6.08 0 0 0-.07-6.07l-5.48-9.29a6.09 6.09 0 0 0-5.3-2.99l-10.78.12a6.07 6.07 0 0 0-5.24 3.1l-5.3 9.38a6.09 6.09 0 0 0 .06 6.09l5.49 9.28a6.08 6.08 0 0 0 5.3 2.98Zm39.32-24.89a8.65 8.65 0 0 1 6.2 2.53 8.5 8.5 0 0 1 2.48 6.08 8.49 8.49 0 0 1-6.15 8.27c1.13.43 2.27.8 3.43 1.1 1.14.3 2.12.46 2.93.46v2.22c-.91 0-1.89-.16-2.95-.46-1.06-.3-2.1-.71-3.12-1.24a20.78 20.78 0 0 1-2.82-1.72 8.65 8.65 0 0 1-6.21-2.53 8.5 8.5 0 0 1-2.48-6.08 8.68 8.68 0 0 1 5.23-7.94 8.47 8.47 0 0 1 3.46-.7Zm0 2.16c-1.23 0-2.33.27-3.3.84a6.1 6.1 0 0 0-2.3 2.3 6.5 6.5 0 0 0-.83 3.31 6.3 6.3 0 0 0 6.43 6.46 6.2 6.2 0 0 0 5.59-3.15 6.4 6.4 0 0 0 .83-3.3 6.5 6.5 0 0 0-.84-3.32 6.1 6.1 0 0 0-2.28-2.3 6.41 6.41 0 0 0-3.3-.84Zm28.3 2.39-4.31 12.32h-1.25l-3.38-8.7-3.37 8.7h-1.25L66.4 17.4h2.4l2.75 8.65 3.22-8.65h1.13l3.22 8.65 2.74-8.65h2.4Zm5.68 0v12.32h-2.02V19.3H86v-1.9h3.96Zm-1.25-5.91c.48 0 .88.16 1.2.5a1.64 1.64 0 0 1 0 2.33c-.32.34-.72.52-1.2.52s-.88-.18-1.2-.52a1.67 1.67 0 0 1-.48-1.16 1.68 1.68 0 0 1 1.68-1.67Zm16.49 5.91-5.7 5.37 6.02 6.95h-2.56l-4.87-5.61-1.75 1.62v4h-2.02V11.97h2.02V23.4l6.14-6.02h2.73v.01Z"/><path fill="url(#a)" d="m27.48 36.45 2.97-1.78 5.82-10.26-9 10.52.2 1.52Z"/><path fill="url(#b)" d="m35.43 17.97-.58-1.1-.23-.44-.03.02-3.05-5.55a4.41 4.41 0 0 0-3.83-2.3l-2.96.03 4.28 13.4-2.83 2.76 1.05 10.19 8.71-9.93a4.41 4.41 0 0 0 .59-4.92l-1.12-2.16Z"/><path fill="url(#c)" d="m30.56 17.01-5.1-8.37-8.8-.16a4.44 4.44 0 0 0-3.85 2.1l-5.24 9.9 9.24-11.02 11.56 13.25 2.16-2.2c1-.96.66-2.31.03-3.5Z"/><path fill="url(#d)" d="M18.35 19.73 16.78 9.5 8.14 19.9a4.42 4.42 0 0 0-.76 5.38l5.08 8.82a4.41 4.41 0 0 0 3.78 2.21l5.07.06-6.07-13.78 3.1-2.87Z"/><path fill="url(#e)" d="M27.26 34.92 15.23 22.53l-1.56 1.5a3.14 3.14 0 0 0-.08 4.47l5.2 7.84 8.34.1.13-1.52Z"/><path fill="url(#f)" d="m18.8 36.34 8.53-1.37 5.64 5.84-14.17-4.47Z"/><path fill="url(#g)" d="m27.24 35 3.21-.42 2.85 5.9c.13.24-.2.47-.4.27l-5.66-5.76Z"/><path fill="#fff" d="M28.38 22.66 16.8 9.49l1.48 10.15-3.07 2.87 12.02 12.44-.9-10.15 2.05-2.14Z"/><defs><linearGradient id="a" x1="27.31" x2="36.2" y1="30.37" y2="30.48" gradientUnits="userSpaceOnUse"><stop stop-color="#4340C4"/><stop offset=".12" stop-color="#4642C8"/><stop offset="1" stop-color="#594EE4"/></linearGradient><linearGradient id="b" x1="24.6" x2="37.05" y1="21.75" y2="21.89" gradientUnits="userSpaceOnUse"><stop stop-color="#4340C4"/><stop offset=".74" stop-color="#534ADB"/><stop offset="1" stop-color="#594EE4"/></linearGradient><linearGradient id="c" x1="7.63" x2="31.19" y1="15.41" y2="15.68" gradientUnits="userSpaceOnUse"><stop offset=".23" stop-color="#4340C4"/><stop offset=".6" stop-color="#4F48D5"/><stop offset="1" stop-color="#594EE4"/></linearGradient><linearGradient id="d" x1="6.8" x2="21.46" y1="22.8" y2="22.97" gradientUnits="userSpaceOnUse"><stop stop-color="#0080FF"/><stop offset="1" stop-color="#00B9FF"/></linearGradient><linearGradient id="e" x1="12.66" x2="27.32" y1="29.39" y2="29.56" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0080FF"/><stop offset=".17" stop-color="#008BFF"/><stop offset=".47" stop-color="#00A7FF"/><stop offset=".63" stop-color="#00B9FF"/></linearGradient><linearGradient id="f" x1="18.78" x2="33" y1="37.76" y2="37.93" gradientUnits="userSpaceOnUse"><stop stop-color="#00B9FF"/><stop offset=".3" stop-color="#0080FF"/><stop offset=".6" stop-color="#2D67F1"/><stop offset=".86" stop-color="#4D55E8"/><stop offset="1" stop-color="#594EE4"/></linearGradient><linearGradient id="g" x1="27.37" x2="33.45" y1="37.72" y2="37.79" gradientUnits="userSpaceOnUse"><stop stop-color="#4340C4"/><stop offset=".12" stop-color="#4642C8"/><stop offset="1" stop-color="#594EE4"/></linearGradient></defs></svg>