From e3fa1ba73fff5ed591c02474e1f8da6ed1f79f91 Mon Sep 17 00:00:00 2001
From: Nattaya Buck <166115007+bucknatt@users.noreply.github.com>
Date: Thu, 25 Sep 2025 13:30:27 +0200
Subject: [PATCH 1/3] chore(docs): added migration documentation about removal
of `.text-*` utility classes
---
.../migration-guide/migrationv9-10.component.ts | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/packages/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts b/packages/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts
index 5f582925b2..18372b48b3 100644
--- a/packages/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts
+++ b/packages/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts
@@ -328,6 +328,21 @@ export class MigrationV99Component extends LitElement {
.rounded-{top/bottom/start/end}
are now .rounded-{top/bottom/start/end}-4
+
+
+ Removed all text utility classes (.text-*
)
+
+
+ .text-primary
+ .text-secondary
+ .text-light
+ .text-dark
+ .text-success
+ .text-warning
+ .text-error
+ .text-info
+
+
Typography
From 7b3bb62c776609f7cb3a2e2d648833f3fb3f3f66 Mon Sep 17 00:00:00 2001
From: Nattaya Buck <166115007+bucknatt@users.noreply.github.com>
Date: Thu, 25 Sep 2025 13:50:01 +0200
Subject: [PATCH 2/3] chore(docs): added changeset
---
.changeset/bumpy-insects-arrive.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 .changeset/bumpy-insects-arrive.md
diff --git a/.changeset/bumpy-insects-arrive.md b/.changeset/bumpy-insects-arrive.md
new file mode 100644
index 0000000000..1c4ab03ada
--- /dev/null
+++ b/.changeset/bumpy-insects-arrive.md
@@ -0,0 +1,14 @@
+---
+'@swisspost/design-system-documentation': patch
+---
+
+Added the documentation about the removal of `.text-*`utility classes in the migration guide.
+The list of the removed classes has been documentated:
+- `.text-primary`
+- `.text-secondary`
+- `.text-light`
+- `.text-dark`
+- `.text-success`
+- `.text-warning`
+- `.text-error`
+- `.text-info`
\ No newline at end of file
From 0e37957671cebd7d98a861bf2b9a066beed5ffeb Mon Sep 17 00:00:00 2001
From: Nattaya Buck <166115007+bucknatt@users.noreply.github.com>
Date: Wed, 1 Oct 2025 08:30:39 +0200
Subject: [PATCH 3/3] chore(docs): updated `text utility classes` to `color
utility classes`, removed list of `.text-*`-classes in changeset
---
.changeset/bumpy-insects-arrive.md | 11 +----------
.../misc/migration-guide/migrationv9-10.component.ts | 2 +-
2 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/.changeset/bumpy-insects-arrive.md b/.changeset/bumpy-insects-arrive.md
index 1c4ab03ada..022159bedb 100644
--- a/.changeset/bumpy-insects-arrive.md
+++ b/.changeset/bumpy-insects-arrive.md
@@ -2,13 +2,4 @@
'@swisspost/design-system-documentation': patch
---
-Added the documentation about the removal of `.text-*`utility classes in the migration guide.
-The list of the removed classes has been documentated:
-- `.text-primary`
-- `.text-secondary`
-- `.text-light`
-- `.text-dark`
-- `.text-success`
-- `.text-warning`
-- `.text-error`
-- `.text-info`
\ No newline at end of file
+Added the documentation about the removal of `.text-*` color utility classes in the migration guide.
\ No newline at end of file
diff --git a/packages/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts b/packages/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts
index 18372b48b3..0cb605e673 100644
--- a/packages/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts
+++ b/packages/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts
@@ -330,7 +330,7 @@ export class MigrationV99Component extends LitElement {
- Removed all text utility classes (.text-*
)
+ Removed all text color utility classes (.text-*
)