ultisuite-client/suite-icons/ultiai-mark.svg
R3D347HR4Y ad1370ea7e
Some checks are pending
E2E / Playwright e2e (push) Waiting to run
feat: enhance configuration and add new demo layouts
- Introduced turbopack alias for canvas in next.config.mjs.
- Updated package.json scripts for development and branding tasks.
- Added new dependencies for Tiptap extensions.
- Implemented new demo layouts for agenda, contacts, drive, and mail applications.
- Enhanced globals.css for improved theming and splash screen animations.
- Added OAuth callback handling for drive mounts.
- Updated layout components to integrate new demo shells and improve structure.
2026-06-12 19:10:24 +02:00

16 lines
960 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
<!-- UltiAI: sparkle 4 quadrants plats (ordre UltiDrive) + sparkle secondaire jaune -->
<defs>
<clipPath id="uai-spark">
<path d="M17 3c.9 7.4 2.5 10.8 4.7 13s5.6 3.8 13 4.7c-7.4.9-10.8 2.5-13 4.7s-3.8 5.6-4.7 13c-.9-7.4-2.5-10.8-4.7-13s-5.6-3.8-13-4.7c7.4-.9 10.8-2.5 13-4.7S16.1 10.4 17 3z"/>
</clipPath>
</defs>
<g clip-path="url(#uai-spark)">
<rect x="0" y="0" width="17" height="20.7" fill="#EA4335"/>
<rect x="17" y="0" width="23" height="20.7" fill="#4285F4"/>
<rect x="0" y="20.7" width="17" height="20" fill="#FBBC04"/>
<rect x="17" y="20.7" width="23" height="20" fill="#34A853"/>
</g>
<path fill="#FBBC04" d="M31.5 2c.5 3.6 1.2 5.3 2.3 6.4 1.1 1.1 2.8 1.8 6.4 2.3-3.6.5-5.3 1.2-6.4 2.3-1.1 1.1-1.8 2.8-2.3 6.4-.5-3.6-1.2-5.3-2.3-6.4-1.1-1.1-2.8-1.8-6.4-2.3 3.6-.5 5.3-1.2 6.4-2.3 1.1-1.1 1.8-2.8 2.3-6.4z"/>
</svg>