From a390e0dde683c7512c9d5782fabe3223dc2117f3 Mon Sep 17 00:00:00 2001 From: fateeand Date: Thu, 4 Jun 2026 17:47:18 +0200 Subject: [PATCH 1/4] first iteration --- playwright/cps-accessibility.spec.ts | 2 +- .../switch-page/switch-page.component.html | 2 +- .../switch-page/switch-page.component.scss | 4 +-- .../cps-checkbox/cps-checkbox.component.html | 1 + .../cps-checkbox/cps-checkbox.component.ts | 11 +++--- .../cps-switch/cps-switch.component.html | 7 ++-- .../cps-switch/cps-switch.component.ts | 34 +++++++++++++++---- 7 files changed, 44 insertions(+), 17 deletions(-) diff --git a/playwright/cps-accessibility.spec.ts b/playwright/cps-accessibility.spec.ts index 9f00a9eb4..630505f59 100644 --- a/playwright/cps-accessibility.spec.ts +++ b/playwright/cps-accessibility.spec.ts @@ -188,7 +188,7 @@ const components: ComponentEntry[] = [ name: 'Sidebar menu', selector: 'cps-sidebar-menu' }, - // { route: '/switch', name: 'Switch', selector: 'cps-switch' }, + { route: '/switch', name: 'Switch', selector: 'cps-switch' }, { route: '/tab-group', name: 'Tabs', diff --git a/projects/composition/src/app/pages/switch-page/switch-page.component.html b/projects/composition/src/app/pages/switch-page/switch-page.component.html index ec27ca5d8..312d4c072 100644 --- a/projects/composition/src/app/pages/switch-page/switch-page.component.html +++ b/projects/composition/src/app/pages/switch-page/switch-page.component.html @@ -7,7 +7,7 @@ infoTooltip="Provide any information here"> - +