nowaikit 4.1.1 → 4.1.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.
@@ -1,18 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
2
- <defs>
3
- <linearGradient id="iconG" x1="0%" y1="0%" x2="100%" y2="100%">
4
- <stop offset="0%" style="stop-color:#00F0C0" />
5
- <stop offset="50%" style="stop-color:#00D4AA" />
6
- <stop offset="100%" style="stop-color:#0F4C81" />
7
- </linearGradient>
8
- </defs>
9
- <!-- Squircle/rounded shape (rx = 256 for 1024px = same ratio as 24/96) -->
10
- <rect width="1024" height="1024" rx="256" fill="url(#iconG)"/>
11
- <!-- N + AI sparkle, scaled to match original proportions (0.82 of 1024) -->
12
- <g transform="translate(512, 512) scale(18.26) translate(-22, -23)">
13
- <path d="M5 39V7l15 27V7" stroke="#fff" stroke-width="5.5" stroke-linecap="round" stroke-linejoin="round"/>
14
- <path d="M34 4l2 7 6 2-6 2-2 7-2-7-6-2 6-2z" fill="#fff" opacity="0.9"/>
15
- <line x1="34" y1="19" x2="34" y2="28.5" stroke="#fff" stroke-width="1.8" opacity="0.5"/>
16
- <circle cx="34" cy="34" r="4.5" fill="#fff" opacity="0.8"/>
17
- </g>
18
- </svg>
@@ -1,18 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>NowAIKit</title>
7
- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
8
- <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
9
- <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
10
- <!-- CSP: script-src unsafe-inline needed for Vite HMR in dev; style-src unsafe-inline needed for React inline styles -->
11
- <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; connect-src 'self' https://*.service-now.com https://*.servicenowservices.com https://generativelanguage.googleapis.com ws://localhost:* http://localhost:*; img-src 'self' data:; frame-ancestors 'none'; form-action 'self';" />
12
- <script type="module" crossorigin src="/assets/index-D46KUWoj.js"></script>
13
- <link rel="stylesheet" crossorigin href="/assets/index-Bb0ncZQl.css">
14
- </head>
15
- <body>
16
- <div id="root"></div>
17
- </body>
18
- </html>