@canonical/svelte-ds-app-wpe
v0.30.0
Published
WPE-specific components for the Pragma design system.
Maintainers
Keywords
Readme
@canonical/svelte-ds-app-wpe
WPE-specific components for the Pragma design system. This package provides Svelte UI components for the Workplace v2 application.
Installation
bun add @canonical/svelte-ds-app-wpeDependency notes
This section documents non-trivial runtime dependencies in this package.
| Dependency | Purpose | Rationale | Long-term Plan | |------------------------------------------------------------------|----------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
Development
Note: Testing requires Playwright; see the Testing section below.
# Run checks
bun run check
# Run tests
bun run testTo run the full test suite (temporary workaround until Playwright is supported in Pragma):
bun run test:client && bun run test:ssr && bun run test:serverTesting
Tests use Vitest browser mode, which requires Playwright. This setup is currently experimental in Pragma.
One-time setup (install Playwright browsers):
bunx playwright installLicense
LGPL-3.0
